mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 04:38:29 +10:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
while true; do
|
|
# Log stderror to a file
|
|
dwm 2> ~/.dwm.log
|
|
# No error logging
|
|
#dwm >/dev/null 2>&1
|
|
done
|