aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Include .xprofile source-parts dirTom Ryder2022-07-271-0/+7
| |
| * Correct path to ~/.xprofileTom Ryder2022-07-271-1/+1
| |
| * Merge branch 'release/v12.10.0' into developTom Ryder2022-07-271-2/+2
| |\
* | \ Merge branch 'release/v12.10.0'v12.10.0Tom Ryder2022-07-2715-25/+31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v12.10.0: Use consistent shellcheck call conventions Add .xprofile Add local bindir even if it doesn't exist yet
| * | Bump VERSIONTom Ryder2022-07-271-2/+2
| |/
| * Use consistent shellcheck call conventionsTom Ryder2022-07-273-4/+4
| |
| * Add .xprofileTom Ryder2022-07-2710-15/+23
| |
| * Add local bindir even if it doesn't exist yetTom Ryder2022-07-271-4/+2
| | | | | | | | | | Doesn't do any harm, as the directory is silently skipped if it doesn't exist.
| * Merge branch 'release/v12.9.0' into developTom Ryder2022-07-262-3/+2
| |\ | | | | | | | | | | | | * release/v12.9.0: Update PGP key
* | \ Merge branch 'release/v12.9.0'v12.9.0Tom Ryder2022-07-2612-58/+68
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v12.9.0: Update PGP key Exec tmux(1) at the end of tm(1df) Email full status output on systemd completion Email on systemd-run is "completion" not "success" Add missing -p flags Install systemd units to home package path Add systemd-run handling for mailing on completion Stop dmenu_pass(1df) if no name selected Extend expiry on key Discard Neovim feature test Explicitly cast terminal color count for comparing Add missing space in vimrc conditional Return empty values for XDG on non-Unix Correct another typo in gtkrc filetype detection
| * | Update PGP keyTom Ryder2022-07-261-1/+0
| | |
| * | Bump VERSIONTom Ryder2022-07-261-2/+2
| |/
| * Exec tmux(1) at the end of tm(1df)Tom Ryder2022-07-261-1/+1
| |
| * Email full status output on systemd completionTom Ryder2022-07-202-2/+2
| |
| * Email on systemd-run is "completion" not "success"Tom Ryder2022-07-201-1/+1
| |
| * Add missing -p flagsTom Ryder2022-07-201-2/+2
| |
| * Install systemd units to home package pathTom Ryder2022-07-201-16/+23
| |
| * Add systemd-run handling for mailing on completionTom Ryder2022-07-202-1/+8
| |
| * Stop dmenu_pass(1df) if no name selectedTom Ryder2022-07-101-0/+1
| |
| * Extend expiry on keyTom Ryder2022-06-301-4/+5
| |
| * Discard Neovim feature testTom Ryder2022-06-301-1/+1
| | | | | | | | fhis config don't support Neovim since 4ea0f85.
| * Explicitly cast terminal color count for comparingTom Ryder2022-06-301-1/+1
| | | | | | | | | | Required by Vim script, which treats this value as a string, but a good call anyway.
| * Add missing space in vimrc conditionalTom Ryder2022-06-301-1/+1
| | | | | | | | | | Vim9 script requires this (which is how I noticed it), and it's tidier anyway.
| * Return empty values for XDG on non-UnixTom Ryder2022-06-302-29/+24
| | | | | | | | This saves a mess of conditions in vimrc.
| * Correct another typo in gtkrc filetype detectionTom Ryder2022-06-271-2/+2
| |
| * Merge branch 'release/v12.8.0' into developTom Ryder2022-06-271-2/+2
| |\
* | \ Merge branch 'release/v12.8.0'v12.8.0Tom Ryder2022-06-277-68/+96
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v12.8.0: Correct typo in gtkrc Vim filetype detection Update/extend Vim filetypes Correct swapped Vim filetype definitions Remove hamfisted parallelizing Don't set keyboard options in ~/.xsession Revert "Move Caps-Ctrl modifier into .keyboard ... Move Caps-Ctrl modifier into .keyboard file Use three dashes, no space for attribution m-dash Merge install-compton into install-x Merge install-dunst into install-x
| * | Bump VERSIONTom Ryder2022-06-271-2/+2
| |/
| * Correct typo in gtkrc Vim filetype detectionTom Ryder2022-06-271-1/+1
| |
| * Update/extend Vim filetypesTom Ryder2022-06-271-29/+78
| |
| * Correct swapped Vim filetype definitionsTom Ryder2022-06-271-2/+2
| |
| * Remove hamfisted parallelizingTom Ryder2022-06-231-9/+6
| |
| * Don't set keyboard options in ~/.xsessionTom Ryder2022-06-231-12/+0
| | | | | | | | Wrong place to do it; Debian's blessèd way is keyboard(5).
| * Revert "Move Caps-Ctrl modifier into .keyboard ...Tom Ryder2022-06-233-13/+4
| | | | | | | | | | | | | | This reverts commit 8c23582694eed17689dd2192305c895b961344bf. This doesn't work the way I thought it did. I'll try something else later.
| * Move Caps-Ctrl modifier into .keyboard fileTom Ryder2022-06-233-4/+13
| | | | | | | | | | This particular option works on the console, at least on Debian. May as well track it, and avoid setting it in the system-wide config.
| * Use three dashes, no space for attribution m-dashTom Ryder2022-06-221-1/+1
| |
| * Merge install-compton into install-xTom Ryder2022-06-033-6/+3
| |
| * Merge install-dunst into install-xTom Ryder2022-06-033-9/+6
| |
| * Merge branch 'release/v12.7.0' into developTom Ryder2022-05-271-2/+2
| |\
* | \ Merge branch 'release/v12.7.0'v12.7.0Tom Ryder2022-05-2712-51/+94
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v12.7.0: Use exec in sxhkdrc to save a fork Use parents for terser sxhkdrc Bump up shell history limits Simplify xrandr/xwallpaper setup Add configuration for Parcellite Change dmenu_pass to type not copy the password
| * | Bump VERSIONTom Ryder2022-05-271-2/+2
| |/
| * Use exec in sxhkdrc to save a forkTom Ryder2022-05-271-17/+17
| | | | | | | | | | I get the feeling this might have some subtle reason I shouldn't do it, but I can't think of what it might be, so let's just try it out.
| * Use parents for terser sxhkdrcTom Ryder2022-05-271-13/+4
| |
| * Bump up shell history limitsTom Ryder2022-05-272-4/+4
| | | | | | | | Stuff I want keeps disappearing off the buffer on more active computers.
| * Simplify xrandr/xwallpaper setupTom Ryder2022-05-271-9/+6
| | | | | | | | | | | | If it's not going to work, just let it fail; errors will go into .xsession-errors, where they might be useful to read, and shouldn't be too spammy.
| * Add configuration for ParcelliteTom Ryder2022-05-225-0/+52
| |
| * Change dmenu_pass to type not copy the passwordTom Ryder2022-05-222-8/+11
| | | | | | | | Should be more secure.
| * Merge branch 'release/v12.6.0' into developTom Ryder2022-05-211-2/+2
| |\
* | \ Merge branch 'release/v12.6.0'Tom Ryder2022-05-2112-65/+42
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v12.6.0: Rewrite dmp(1df) as dmenu_pass(1df) Don't copy PRIMARY to CLIPBOARD from urxvt anymore Use sh for shell for sxhkd
| * | Bump VERSIONTom Ryder2022-05-211-2/+2
| |/