startdwm (118B)
1 #!/bin/sh 2 3 while true; do 4 # Log stderror to a file 5 dwm 2> ~/.dwm.log 6 # No error logging 7 #dwm >/dev/null 2>&1 8 done