diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-03 19:53:34 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-03 19:53:43 +0100 |
commit | 3a802d7f045c5ceebeeeb14110f22911e02b5938 (patch) | |
tree | 80e9447953d13012c29102f38365cb3c24dad760 /bin/guiscripts | |
parent | 97487ed1431ed0cfa4f5b6facd69dbd0f13911f4 (diff) |
start dwm in while loop
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/startdwm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/guiscripts/startdwm b/bin/guiscripts/startdwm new file mode 100755 index 0000000..877f319 --- /dev/null +++ b/bin/guiscripts/startdwm @@ -0,0 +1,4 @@ +#!/bin/sh +while true; do + dwm 2> /tmp/dwm.log +done |