How many of you use dwm?

make a autostart script and put this in

#!/bin/sh
nm-applet &
nitrogen --restore &
dwmblocks &
picom -b &
dwm

and in dwm.desktop

[Desktop Entry]
Name=dwm
Comment=Dynamic Window Manager
Exec= <path to autostart file> 
Type=XSession 

it is very simple :slightly_smiling_face:

1 Like