aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v12.0.0'v12.0.0Tom Ryder2022-05-0730-429/+430
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v12.0.0: (23 commits) Update dotfiles(7) manual page Use Pause key for locking up Remove silly tabs guide Throw away dunst config for now Overhaul screenshot behavior Remove daft quotes from vimrc Rotate ~/.xsession-errors logs without symlink Revert "Move .xsession into bindir where it sho... Update redshift.conf with defaults and location Add compton compositor installation Simplify systemd file installation Mention lesskey deprecation in ISSUES.md Add missing dependency to Makefile Format a comment Lean on Debian alternatives system a bit more Remove keychain target; no longer using it Move .xsession into bindir where it should be Rename X dir to x for consistency Add log rotation support for .xsession ...
| * Update dotfiles(7) manual pageTom Ryder2022-05-071-3/+0
| |
| * Bump VERSIONTom Ryder2022-05-071-2/+2
| |
| * Use Pause key for locking upTom Ryder2022-05-071-1/+1
| |
| * Remove silly tabs guideTom Ryder2022-05-071-26/+0
| |
| * Throw away dunst config for nowTom Ryder2022-05-073-50/+0
| | | | | | | | | | The defaults work pretty well in i3; I might tweak them a bit later, but I won't start with this.
| * Overhaul screenshot behaviorTom Ryder2022-05-075-9/+51
| | | | | | | | | | | | * Move burdensome logic to new script xsnap(1df) * Switch to otherwise-disused Print/PrtScr key * Add binds for full display and single-window screenshots
| * Remove daft quotes from vimrcTom Ryder2022-05-072-259/+259
| |
| * Rotate ~/.xsession-errors logs without symlinkTom Ryder2022-05-072-6/+3
| | | | | | | | | | | | | | A closer look at the startup configuration files for X11 on Debian show that it won't actually use ERRFILE=~/.xsession-errors if the file already exists and is a symbolic link, so we'll just rotate the logs directly from the expected path instead, without symbolic links.
| * Revert "Move .xsession into bindir where it sho...Tom Ryder2022-05-065-10/+9
| | | | | | | | This reverts commit 7ab03dfed34d005402db08fcb777d44de18d9da4.
| * Update redshift.conf with defaults and locationTom Ryder2022-05-061-6/+2
| |
| * Add compton compositor installationTom Ryder2022-05-062-0/+6
| |
| * Simplify systemd file installationTom Ryder2022-05-061-14/+11
| | | | | | | | | | Make the unit directories etc anyway since that doesn't do any harm, and just ignore it if the `systemctl` invocations don't work.
| * Mention lesskey deprecation in ISSUES.mdTom Ryder2022-05-061-0/+4
| |
| * Add missing dependency to MakefileTom Ryder2022-05-061-1/+1
| |
| * Format a commentTom Ryder2022-05-061-4/+6
| |
| * Lean on Debian alternatives system a bit moreTom Ryder2022-05-064-24/+24
| | | | | | | | | | I'll refactor this if I ever need to (i.e. if I end up running X on something other than Debian a lot).
| * Remove keychain target; no longer using itTom Ryder2022-05-066-18/+0
| |
| * Move .xsession into bindir where it should beTom Ryder2022-05-064-60/+9
| |
| * Rename X dir to x for consistencyTom Ryder2022-05-069-11/+64
| |
| * Add log rotation support for .xsessionTom Ryder2022-05-065-2/+49
| |
| * Don't silence urxvtd(1) startupTom Ryder2022-05-061-1/+1
| | | | | | | | I'm rotating these logs now.
| * Add Thunar start script and targetTom Ryder2022-05-062-1/+7
| |
| * Add option terminators to xrandr/xwallpaper setupTom Ryder2022-05-061-2/+2
| |
| * Merge branch 'release/v11.22.0' into developTom Ryder2022-05-051-2/+2
| |\
* | \ Merge branch 'release/v11.22.0'v11.22.0Tom Ryder2022-05-059-4/+130
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v11.22.0: Add lang=-to-'spelllang' hooks for HTML filetype Add checking, tidying, and linting for Python Highlight jinja2 files with Django's rules Use a different xkb option for caps-as-control
| * | Bump VERSIONTom Ryder2022-05-051-2/+2
| |/
| * Add lang=-to-'spelllang' hooks for HTML filetypeTom Ryder2022-05-052-0/+75
| |
| * Add checking, tidying, and linting for PythonTom Ryder2022-05-033-0/+45
| |
| * Highlight jinja2 files with Django's rulesTom Ryder2022-05-022-0/+6
| | | | | | | | Good enough for now.
| * Use a different xkb option for caps-as-controlTom Ryder2022-05-021-2/+2
| |
| * Merge branch 'release/v11.21.0' into developTom Ryder2022-05-011-2/+2
| |\
* | \ Merge branch 'release/v11.21.0'v11.21.0Tom Ryder2022-05-0128-129/+102
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v11.21.0: (23 commits) Sort tags by tag date descending Further increase aggression of gscr(1df) Only export BROWSER if it's not empty Handle monitor and wallpaper setup with config Remove long-unneeded `make clean` deletion Use .xsession as executable script Correct prompt status writing broken by preload Add a comment Refactor xsession entirely, remove subfiles Remove no-op ssh-askpass config Couple dunst config together Couple urxvt config together Move sxhkd files to dedicated target Move redshift files to dedicated target Check and execute ~/.fehbg rather than sourcing it Move X mouse settings to subscript Set Vim filetype for X startup scripts Increase coverage of gscr(1df) Remove unneeded stdin redirection ...
| * | Bump VERSIONTom Ryder2022-05-011-2/+2
| |/
| * Sort tags by tag date descendingTom Ryder2022-05-011-0/+3
| |
| * Further increase aggression of gscr(1df)Tom Ryder2022-05-011-1/+1
| |
| * Only export BROWSER if it's not emptyTom Ryder2022-05-011-1/+3
| |
| * Handle monitor and wallpaper setup with configTom Ryder2022-05-011-16/+19
| |
| * Remove long-unneeded `make clean` deletionTom Ryder2022-04-301-1/+0
| |
| * Use .xsession as executable scriptTom Ryder2022-04-303-3/+6
| |
| * Correct prompt status writing broken by preloadTom Ryder2022-04-303-38/+4
| |
| * Add a commentTom Ryder2022-04-301-0/+1
| |
| * Refactor xsession entirely, remove subfilesTom Ryder2022-04-308-55/+41
| |
| * Remove no-op ssh-askpass configTom Ryder2022-04-301-4/+0
| | | | | | | | | | ssh-add already behaves this way when invoking ssh-askpass; this is useless, and I should have read the man page.
| * Couple dunst config togetherTom Ryder2022-04-302-1/+1
| |
| * Couple urxvt config togetherTom Ryder2022-04-304-5/+6
| |
| * Move sxhkd files to dedicated targetTom Ryder2022-04-304-5/+8
| |
| * Move redshift files to dedicated targetTom Ryder2022-04-304-4/+7
| |
| * Check and execute ~/.fehbg rather than sourcing itTom Ryder2022-04-301-2/+2
| |
| * Move X mouse settings to subscriptTom Ryder2022-04-302-3/+2
| |