aboutsummaryrefslogtreecommitdiff
path: root/x/xsession.sh
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-141-16/+33
| | | | I swear I'm going to figure this out.
* Revert "Refactor X startup to accomodate differ...Tom Ryder2022-08-141-33/+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-131-16/+33
|
* Adjust power management settingsTom Ryder2022-08-131-2/+2
| | | | | It's more practical to keep DPMS enabled and to adjust its timeouts or use the `force` subcommand in `xset`.
* Add starting unclutter to .xsessionTom Ryder2022-08-091-2/+4
|
* Correct path to ~/.xprofileTom Ryder2022-07-271-1/+1
|
* Add .xprofileTom Ryder2022-07-271-3/+3
|
* 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-231-2/+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-231-4/+2
| | | | | 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.
* 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
|
* Revert "Move .xsession into bindir where it sho...Tom Ryder2022-05-061-0/+49
This reverts commit 7ab03dfed34d005402db08fcb777d44de18d9da4.