aboutsummaryrefslogtreecommitdiff
path: root/X
Commit message (Collapse)AuthorAgeFilesLines
* Rename X dir to x for consistencyTom Ryder2022-05-064-83/+0
|
* Add log rotation support for .xsessionTom Ryder2022-05-061-0/+5
|
* Add option terminators to xrandr/xwallpaper setupTom Ryder2022-05-061-2/+2
|
* Use a different xkb option for caps-as-controlTom Ryder2022-05-021-2/+2
|
* 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
|
* Use .xsession as executable scriptTom Ryder2022-04-301-0/+0
|
* Refactor xsession entirely, remove subfilesTom Ryder2022-04-305-44/+39
|
* 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-301-3/+0
|
* Couple urxvt config togetherTom Ryder2022-04-302-35/+0
|
* Move sxhkd files to dedicated targetTom Ryder2022-04-302-59/+0
|
* Move redshift files to dedicated targetTom Ryder2022-04-302-13/+0
|
* Check and execute ~/.fehbg rather than sourcing itTom Ryder2022-04-301-2/+2
|
* Move X mouse settings to subscriptTom Ryder2022-04-302-3/+2
|
* Remove unneeded stdin redirectionTom Ryder2022-04-271-1/+1
|
* Check for procfs file existence before usageTom Ryder2022-04-271-2/+4
|
* Save checking Firefox/LibreWolf existence twiceTom Ryder2022-04-271-2/+2
|
* Use more elegant stdout/stderr blockingTom Ryder2022-04-271-6/+4
|
* Switch .xinitrc to .xsessionTom Ryder2022-04-279-6/+3
| | | | | | | | | | | | | | | | | | This is Debian-specific, but that's the only system with which I'm presently using X11 anyway. From Debian's startx(1): > Note that in the Debian system, what many people traditionally put in > the .xinitrc file should go in .xsession instead; this permits the > same X environment to be presented whether startx, xdm, or xinit is > used to start the X session. All discussion of the .xinitrc file in > the xinit(1) manual page applies equally well to .xsession. Keep in > mind that .xinitrc is used only by xinit(1) and completely ignored by > xdm(1). Indeed, everything just seems to work a bit better, probably because problems are more likely to be able to find the user instance of dbus.
* Refine browser selection logicTom Ryder2022-04-271-5/+7
| | | | We'll resort to Firefox if it's there and LibreWolf isn't
* Correct capitalisation for LibreWolfTom Ryder2022-03-121-2/+2
|
* Switch to LibrewolfTom Ryder2022-03-121-5/+5
|
* Ignore a file inclusion warningTom Ryder2021-11-161-0/+1
|
* Revert "Add a basic system-wide push-to-talk"Tom Ryder2021-08-161-6/+0
| | | | This reverts commit c6a98e23d0a07ad49eb2b396d1b0b40e2791638e.
* Add a basic system-wide push-to-talkTom Ryder2021-08-161-0/+6
|
* Correct mis-escaped dollar sign in scrot scriptTom Ryder2021-08-161-1/+1
|
* Add hour/minute/second timestamp to scrot filesTom Ryder2021-08-161-1/+1
|
* Switch to lossless WEBP (converted) for scrotsTom Ryder2021-08-161-5/+7
|
* Add a date directory level for screenshotsTom Ryder2021-07-261-1/+1
|
* Update expected path to i3 lock imageTom Ryder2021-07-251-1/+1
|
* Add options terminator to scrot command for sxhkdTom Ryder2021-07-231-1/+1
|
* Revert "Try an even shorter sleep before snapping"Tom Ryder2021-07-221-1/+1
| | | | This reverts commit bf86943c2702ba04f5b113f58eaa008d3b16798b.
* Try an even shorter sleep before snappingTom Ryder2021-07-221-1/+1
|
* Adjust command line breaks for better legibilityTom Ryder2021-07-221-5/+5
|
* Remove implied -i from xclip callTom Ryder2021-07-221-1/+1
|
* Break up long line in X/sxhkdrcTom Ryder2021-07-221-1/+5
|
* Add a short sleep before window snappingTom Ryder2021-07-221-1/+1
| | | | | | | | I think there's a race condition with keypresses forcing the snap freeze to stop, which delaying just a little seems to avoid. This really needs to be broken up into multiple lines. I'll do that in the next commit.
* Use ~/.fehbg background if it's setTom Ryder2021-07-172-2/+7
|
* Revert "Set font for rxvt-unicode to include Symbola"Tom Ryder2021-07-111-1/+0
| | | | | | | This reverts commit 0351452b0c5dec869389c91557f21f90c5bc79a3. I don't like the way this makes the glyphs for left and right quotes look. I'll review this some other time.
* Set font for rxvt-unicode to include SymbolaTom Ryder2021-07-111-0/+1
|
* Add clipboard copy to scrot screen snapTom Ryder2021-07-041-1/+1
| | | | This needs to be made into a separate script, really.
* Add scrot screenshot sampler to sxhkd configTom Ryder2021-07-041-0/+3
|
* Use tabs for sxhkdrcTom Ryder2020-05-091-16/+16
|
* Use full "mouse" for xset(1) call in ~/.xinitrcTom Ryder2018-11-251-1/+1
| | | | | | | From xset(1): > The m option controls the mouse parameters; it may be abbreviated to > 'm'.
* Remove a couple of unneeded XTerm resourcesTom Ryder2018-11-221-2/+0
|
* Correctly specify XTerm resourcesTom Ryder2018-11-221-24/+24
| | | | | I never would have guessed that "vt100" was what I was missing here... but a closer reading of the xterm(1) manual page does show it.
* Rename xterm resources file to "XTerm"Tom Ryder2018-11-223-27/+27
|
* Remove reference to X/Xresources.d/Xft.Tom Ryder2018-11-221-1/+0
| | | | The file was removed in b456da1, but the reference to it was not.
* Add color definitions to xterm resourcesTom Ryder2018-11-221-0/+18
|