diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-18 12:35:55 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-18 12:35:55 +0000 |
commit | 8ea51c85accb4fb955bca4653ed3fb4140bb85e9 (patch) | |
tree | 099be4d58a54b6dc550fc7cf3ac6cdcca0f59245 /dwm/startdwm | |
parent | e4d83078ce65ab64c79162bd59b8f57b84b7ff10 (diff) |
added bar script
Diffstat (limited to 'dwm/startdwm')
-rwxr-xr-x | dwm/startdwm | 6 |
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 @@ | |||
1 | while true; do | ||
2 | # Log stderror to a file | ||
3 | dwm 2> ~/.dwm.log | ||
4 | # No error logging | ||
5 | #dwm >/dev/null 2>&1 | ||
6 | done | ||