summaryrefslogtreecommitdiff
path: root/dwm/startdwm
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-05-18 12:35:55 +0000
committerShubham Saini <shubham6405@gmail.com>2020-05-18 12:35:55 +0000
commit8ea51c85accb4fb955bca4653ed3fb4140bb85e9 (patch)
tree099be4d58a54b6dc550fc7cf3ac6cdcca0f59245 /dwm/startdwm
parente4d83078ce65ab64c79162bd59b8f57b84b7ff10 (diff)
added bar script
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