Hello! Is it possible to install the Herstluftwm window manager on Wanilla DPup?
If so, how can I then select the Herstluftwm or jwm window manager when logging in and vice versa?
From Dmitry (Russia)
Moderators: dimkr, Forum moderators
Hello! Is it possible to install the Herstluftwm window manager on Wanilla DPup?
If so, how can I then select the Herstluftwm or jwm window manager when logging in and vice versa?
From Dmitry (Russia)
Code: Select all
apt update
apt install herbstluftwm
echo herbstluftwm > /etc/windowmanager
If you want to disable the ROX-Filer pinboard:
Code: Select all
echo false > /etc/desktop_app
To go back to JWM and re-enable the ROX-Filer pinboard:
Code: Select all
echo jwm > /etc/windowmanager
rm /etc/desktop_app