Commit graph

21 commits

Author SHA1 Message Date
72bb9d7b9c Set wallpaper when stumpwm starts
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.
2024-07-01 14:20:25 -07:00
eec1396d42 Remove rounded corners around the stumpwm modeline
- 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’.
2024-07-01 14:17:30 -07:00
98dd7c6966 Add another keybinding for my footpedal 2024-01-16 09:32:37 -08:00
f2c93c4287 Remap some keys in StumpWM for my foot pedal 2024-01-16 01:00:17 -08:00
51a84e941e Add keybindings for managing dunst in stumpwm 2023-09-27 23:44:21 -07:00
7a53f8302a Enable which key mode in stumpwm 2023-08-29 22:26:42 -07:00
1cb472dd97 Split stumpwm-gaps configuration into separate service 2023-08-29 22:26:42 -07:00
a086212b67 Fix stumpwm ‘*user-keybindings*’ definition 2023-07-22 23:06:12 -07:00
b146cf9bcc Add screenshot bindings to stumpwm 2023-07-15 01:30:43 -07:00
b775263a34 Add gaps to my stumpwm configuration
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.
2023-06-20 22:51:40 -07:00
806901b70d Change the color of the window name in the mode line 2023-04-22 00:39:16 -07:00
c907fbe9db Update colors for stumpwm 2023-04-22 00:32:20 -07:00
4ce635661d Show VPN status in mode-line 2023-04-22 00:32:05 -07:00
7c7af83a27 Show only a single window title in the mode-line 2023-04-22 00:31:21 -07:00
2807346b46 Add keybindings for running programs and switching windows 2023-04-22 00:29:14 -07:00
8e4c0c983e Fix arguments for locking the screen 2023-04-22 00:28:43 -07:00
6c1c79e245 Add some frame preferences to stumpwm 2023-03-30 09:59:37 -07:00
9059cec94c Add the current date to the mode-line, set up some color 2023-03-16 22:47:48 -07:00
826e0c6943 Make running i3lock unaware of the location of i3lock
Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it
with Guix the path will change completely.
2023-03-16 22:22:32 -07:00
7d079e8973 Add screen locking to my stumpwm config 2023-03-16 22:13:22 -07:00
d8094dbd63 Add stumpwm configuration 2023-03-16 16:35:06 -07:00