aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/stumpwm.scm
Commit message (Collapse)AuthorAgeFilesLines
* Fix stumpwm packagesGravatar Tom Willemse2024-07-011-1/+0
| | | | | | | | The latest ‘stumpwm’ package has removed the “lib” output. All things using the ‘stumpwm:lib’ output need to switch to just using ‘stumpwm’. I've added the ‘stumpwm+swank’ package definition because in my package repository it depends on ‘stumpwm:lib’ and this way I can update it more easily.
* Add stumptray to stumpwm configurationGravatar Tom Willemse2023-08-291-2/+35
|
* Split stumpwm-gaps configuration into separate serviceGravatar Tom Willemse2023-08-291-12/+65
|
* Add gaps to my stumpwm configurationGravatar Tom Willemse2023-06-201-3/+12
| | | | | | | I had to copy in and redefine the ‘stumpwm::maximize-window’ function from the ‘swm-gaps’ package because for some reason ‘(frame-width ...)’ returns a ratio on my machine (is it because high-dpi, or ultra-wide? I don't know) and not an integer, which screws up the ‘(setf (xlib:drawable-width ...) ...)’ call.
* Automatically reload stumpwm if any changes are made to ↵Gravatar Tom Willemse2023-03-171-6/+21
| | | | its config
* Add stumpwm configurationGravatar Tom Willemse2023-03-161-0/+43