aboutsummaryrefslogtreecommitdiff
path: root/x
Commit message (Collapse)AuthorAgeFilesLines
* Add target and config for picomTom Ryder2022-08-191-2/+0
| | | | | 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.
* Restore correct backgrounding for xsessionTom Ryder2022-08-141-10/+8
| | | | Why did I think this would work?
* Reorganize X11 startup file againTom Ryder2022-08-143-19/+50
| | | | 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.
* Refactor X startup to accomodate different methodsTom Ryder2022-08-132-16/+39
|
* Adjust power management settingsTom Ryder2022-08-132-7/+5
| | | | | 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 starting unclutter to .xsessionTom Ryder2022-08-091-2/+4
|
* Move x() shortcut to X11 directory and targetTom Ryder2022-07-291-0/+7
|
* Include .xprofile source-parts dirTom Ryder2022-07-271-0/+7
|
* Correct path to ~/.xprofileTom Ryder2022-07-271-1/+1
|
* Add .xprofileTom Ryder2022-07-272-3/+8
|
* 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-232-12/+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-232-4/+12
| | | | | 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.
* Merge install-compton into install-xTom Ryder2022-06-031-0/+3
|
* Merge install-dunst into install-xTom Ryder2022-06-031-3/+6
|
* 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.
* Correct name of logrotate config file for xsessionTom Ryder2022-05-181-0/+0
|
* Update xsession log archive pathTom Ryder2022-05-181-1/+1
|
* Disable bell in XTom Ryder2022-05-181-0/+2
|
* Tidy X keyboard and preferences settingsTom Ryder2022-05-181-6/+13
|
* Extend xset DPMS to prevent screensaver blankingTom Ryder2022-05-161-2/+2
| | | | <https://wiki.archlinux.org/title/Display_Power_Management_Signaling#Modify_DPMS_and_screensaver_settings_with_a_command>
* Disable X11 power managementTom Ryder2022-05-161-0/+3
|
* Start correct alternative for X window managerTom Ryder2022-05-151-1/+1
|
* Rotate ~/.xsession-errors logs without symlinkTom Ryder2022-05-071-1/+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-061-0/+1
| | | | This reverts commit 7ab03dfed34d005402db08fcb777d44de18d9da4.
* Format a commentTom Ryder2022-05-061-4/+6
|
* Lean on Debian alternatives system a bit moreTom Ryder2022-05-061-12/+6
| | | | | I'll refactor this if I ever need to (i.e. if I end up running X on something other than Debian a lot).
* Move .xsession into bindir where it should beTom Ryder2022-05-061-53/+0
|
* Rename X dir to x for consistencyTom Ryder2022-05-065-0/+136