dwm (https://dwm.suckless.org) for Qubes OS.
Topbar and border color of windows are colored according domain color. Furthermore window title include domain name in bracket, according to https://qubes-os.org/doc/gui.
You can download dmenu for Qubes OS at https://github.com/raffaeleflorio/qubes-dmenu
Clone this repo in a vm:
$ git clone https://github.com/raffaeleflorio/qubes-dwm.git
Check signature (you can get my pgp key from https://raffaeleflorio.github.io or from https://pgp.mit.edu, of course check its fingerprint):
$ git log --show-signature -1
Install dependencies, apply the patch and build dwm:
# make dep
$ make
Install in Dom0:
Dom0# qvm-run --pass-io <vmname> "cat /path/to/qubes-dwm/dwm/dwm" > /usr/local/bin/dwm
Dom0# chmod u+x /usr/local/bin/dwm
Dom0# qvm-run --pass-io <vmname> "cat /path/to/qubes-dwm/dwm.desktop" > /usr/share/xsessions/dwm.desktop
Install dex-autostart
, in Dom0, because /etc/xdg/autostart:
Dom# qubes-dom0-update dex-autostart
Log out, choose dwm as session, log in and use it!
If you encounter some problems, contact me!