aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'release/v12.27.0' into developTom Ryder2023-02-111-2/+2
|\
| * Bump VERSIONTom Ryder2023-02-111-2/+2
|/
* Improve comments in X resources fileTom Ryder2023-02-111-1/+15
| | | | | Using C-style comment blocks like /*...*/ is both more legible and doesn't cause problems with apostrophes (!)
* Simplify xterm selection group configuringTom Ryder2023-02-111-1/+1
| | | | | | Just slather the alphanumeric group ID (48) over the printable portion of the ASCII characters, excluding space and the angle brackets. Quicker, easier.
* Restore internal borders to xterm windowsTom Ryder2023-02-111-1/+0
| | | | I think it's OK, actually.
* Remove mention of X resource subfiles in Vim checkTom Ryder2023-02-111-2/+0
|
* Remove vestigial X resources subfile dirTom Ryder2023-02-111-25/+0
| | | | Should've been done in 0f6d360.
* Remove urxvt supportTom Ryder2023-02-1110-176/+2
| | | | | I've switched back to xterm; rxvt's not worth the periodic incompatibilities, especially with mosh.
* Remove 8-bit/meta key xterm settingsTom Ryder2023-02-111-2/+0
| | | | I don't think they're needed now.
* Separate box drawing chars as xterm classTom Ryder2023-02-081-1/+1
| | | | So that selections in tmux work.
* Merge branch 'release/v12.26.0' into developTom Ryder2023-01-311-2/+2
|\
| * Bump VERSIONTom Ryder2023-01-311-2/+2
|/
* Move URxvt resources back into main .XresourcesTom Ryder2023-01-312-34/+58
| | | | | | There isn't an existence conditional for Xresources files, so realistically it makes the most sense to define the resources all in one hit, even if URxvt isn't going to be used on this system.
* Merge branch 'release/v12.25.0' into developTom Ryder2023-01-311-2/+2
|\
| * Bump VERSIONTom Ryder2023-01-311-2/+2
|/
* Amend a comment for accuracyTom Ryder2023-01-311-1/+2
|
* Define charClass for XTermTom Ryder2023-01-311-0/+1
| | | | Just use space, tab, and angle brackets as boundaries
* Merge branch 'release/v12.24.0' into developTom Ryder2023-01-162-5/+2
|\ | | | | | | | | * release/v12.24.0: Update dotfiles(7) manual page
| * Update dotfiles(7) manual pageTom Ryder2023-01-161-3/+0
| |
| * Bump VERSIONTom Ryder2023-01-161-2/+2
|/
* Prevent mpv from auto sub file searchingTom Ryder2022-12-291-0/+3
|
* Stop versioning yt-dlp configTom Ryder2022-12-283-12/+0
| | | | | Neither of the two things configured are consistently what I want, so I think I'll leave this running off its defaults.
* Update vimrc comment to reflect new behaviorTom Ryder2022-12-101-4/+3
| | | | This was changed in a990df7, but I neglected to update the comment.
* Set shebang for muttrc.d/src at build timeTom Ryder2022-11-133-3/+3
|
* Remove executable bit from some shell scriptsTom Ryder2022-11-133-0/+0
|
* Bump VERSIONTom Ryder2022-09-201-2/+2
|
* Remove picom (X compositor)Tom Ryder2022-09-204-17/+0
| | | | | I've decided the graphical nicety is just not worth all the little bothersome things that keep popping up.
* Disable compositor fading for nowTom Ryder2022-08-201-4/+0
| | | | Does some funny things on i3 I need to figure out.
* Put Git repository template in XDG_DATA_HOMETom Ryder2022-08-192-6/+6
|
* Add target and config for picomTom Ryder2022-08-195-2/+21
| | | | | This is mostly cribbed from the sample config, but it's already looking pretty good.
* Switch from compton to picomTom Ryder2022-08-191-1/+1
| | | | Looks to be the presently-maintained blessèd fork.
* Merge branch 'release/v12.22.0'v12.22.0Tom Ryder2022-08-1416-74/+141
|\ | | | | | | | | | | | | | | | | | | | | | | * release/v12.22.0: Restore correct backgrounding for xsession Avoid using wildcards for installing single files Correct profile snippet for Rust cargo Switch back to separate assignment/export Start versioning XFCE4 terminal config Correct parcellite X session subfile install Reorganize X11 startup file again Revert "Refactor X startup to accomodate differ...
| * Bump VERSIONTom Ryder2022-08-141-2/+2
| |
| * Restore correct backgrounding for xsessionTom Ryder2022-08-141-10/+8
| | | | | | | | Why did I think this would work?
| * Avoid using wildcards for installing single filesTom Ryder2022-08-141-23/+23
| |
| * Correct profile snippet for Rust cargoTom Ryder2022-08-142-2/+2
| |
| * Switch back to separate assignment/exportTom Ryder2022-08-143-11/+19
| |
| * Start versioning XFCE4 terminal configTom Ryder2022-08-142-0/+45
| | | | | | | | I'm having to set it up a few times; may as well track it.
| * Correct parcellite X session subfile installTom Ryder2022-08-142-1/+1
| |
| * Reorganize X11 startup file againTom Ryder2022-08-148-41/+80
| | | | | | | | I swear I'm going to figure this out.
| * Revert "Refactor X startup to accomodate differ...Tom Ryder2022-08-142-39/+16
| | | | | | | | | | | | | | This didn't work at all. LightDM on Debian doesn't look at ~/.xprofile. Need a better method. This reverts commit ad1ce4ce7da62d2bf23c1f6ed60919b55ed02f58.
| * Merge branch 'release/v12.21.0' into developTom Ryder2022-08-131-2/+2
| |\
* | \ Merge branch 'release/v12.21.0'v12.21.0Tom Ryder2022-08-138-33/+58
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v12.21.0: Refactor X startup to accomodate different methods Adjust power management settings Remove loading ~/.xprofile.d scripts Correct xterm color name Add install-init target to detect systemd Set SYSTEMD_EDITOR as part of install-systemd Add starting unclutter to .xsession Remove unnecessary quoting in tmux config
| * | Bump VERSIONTom Ryder2022-08-131-2/+2
| |/
| * Refactor X startup to accomodate different methodsTom Ryder2022-08-132-16/+39
| |
| * Adjust power management settingsTom Ryder2022-08-133-7/+6
| | | | | | | | | | It's more practical to keep DPMS enabled and to adjust its timeouts or use the `force` subcommand in `xset`.
| * Remove loading ~/.xprofile.d scriptsTom Ryder2022-08-131-7/+0
| | | | | | | | I'll add it back if I ever actually need it.
| * Correct xterm color nameTom Ryder2022-08-131-1/+1
| |
| * Add install-init target to detect systemdTom Ryder2022-08-111-0/+5
| |
| * Set SYSTEMD_EDITOR as part of install-systemdTom Ryder2022-08-102-1/+4
| |