aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/stumpwm/config
Commit message (Collapse)AuthorAgeFilesLines
* Set wallpaper when stumpwm startsGravatar Tom Willemse2024-07-011-0/+2
| | | | | | This depends on ‘feh’ being installed and the wallpaper existing. I'll want to update it to actually depend on the ‘feh’ package and to download the wallpaper package from somewhere else.
* Remove rounded corners around the stumpwm modelineGravatar Tom Willemse2024-07-011-0/+20
| | | | | | | | | | | - Redefine the ‘stumpwm::make-mode-line-window’ function to set the ‘_NET_WM_WINDOW_TYPE’ property to ‘_NET_WM_WINDOW_TYPE_DOCK’ so that it can be matched by window type. - Specify that for picom any “dock” type windows should be excluded from getting rounded corners. - Add ‘rounded-corners-exclude’ initializer for the ‘home-picom-configuration’.
* Add another keybinding for my footpedalGravatar Tom Willemse2024-01-161-0/+2
|
* Remap some keys in StumpWM for my foot pedalGravatar Tom Willemse2024-01-161-2/+19
|
* Add keybindings for managing dunst in stumpwmGravatar Tom Willemse2023-09-271-0/+11
|
* Enable which key mode in stumpwmGravatar Tom Willemse2023-08-291-0/+2
|
* Split stumpwm-gaps configuration into separate serviceGravatar Tom Willemse2023-08-291-65/+0
|
* Fix stumpwm ‘*user-keybindings*’ definitionGravatar Tom Willemse2023-07-221-1/+2
|
* Add screenshot bindings to stumpwmGravatar Tom Willemse2023-07-151-0/+15
|
* Add gaps to my stumpwm configurationGravatar Tom Willemse2023-06-201-0/+65
| | | | | | | 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.
* Change the color of the window name in the mode lineGravatar Tom Willemse2023-04-221-1/+2
|
* Update colors for stumpwmGravatar Tom Willemse2023-04-221-0/+8
|
* Show VPN status in mode-lineGravatar Tom Willemse2023-04-221-1/+9
|
* Show only a single window title in the mode-lineGravatar Tom Willemse2023-04-221-2/+7
|
* Add keybindings for running programs and switching windowsGravatar Tom Willemse2023-04-221-0/+2
|
* Fix arguments for locking the screenGravatar Tom Willemse2023-04-221-1/+1
|
* Add some frame preferences to stumpwmGravatar Tom Willemse2023-03-301-0/+9
|
* Add the current date to the mode-line, set up some colorGravatar Tom Willemse2023-03-161-0/+4
|
* Make running i3lock unaware of the location of i3lockGravatar Tom Willemse2023-03-161-1/+1
| | | | | Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it with Guix the path will change completely.
* Add screen locking to my stumpwm configGravatar Tom Willemse2023-03-161-0/+22
|
* Add stumpwm configurationGravatar Tom Willemse2023-03-161-0/+30