- 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’.
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.