summaryrefslogtreecommitdiff
path: root/dwm/startdwm
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/startdwm')
-rwxr-xr-xdwm/startdwm6
1 files changed, 6 insertions, 0 deletions
diff --git a/dwm/startdwm b/dwm/startdwm
new file mode 100755
index 0000000..afc5cab
--- /dev/null
+++ b/dwm/startdwm
@@ -0,0 +1,6 @@
1while true; do
2 # Log stderror to a file
3 dwm 2> ~/.dwm.log
4 # No error logging
5 #dwm >/dev/null 2>&1
6done