dotfiles/bin/startdwm.sh

9 lines
131 B
Bash

#!/bin/sh
while true; do
# Log stderror to a file
dwm 2> ~/.dwm.log
# No error logging
#dwm >/dev/null 2>&1
done