dwm for wayland. Trying to achieve the same as with my dwm fork
- set
$TERMINALenvironment variable - wlroots
- xorg-xwayland
- wayland-protocols (make)
git clone https://github.com/tunalad/dwl-0.4.git
cd dwl-0.4
sudo make clean install
- alwayscenter
- attachbottom
- en-keycodes
- moveresizekb (moveresize, also I've slightly altered the patch)
- movestack
- pertag
- shiftview
- terminal_envvar (environmentvars port)
- uselessgaps (fullgaps alternative)
- actualfullscreen
- alwaysontop
- autostart
- there is an autostart patch for dwl (here), but it's like the cool_autostart
- update 2: there's no need for this either, you can just -s option
dwl -s $XDG_DATA_HOME/dwm/autostart.sh
- fixborders
- not required, dwl by itself does the transparency
- focusonnetactive
- systray
- dwl doesn't come with a bar
- stackmfact
- I don't really use this option so it's not really even necessary?