diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-08-27 15:08:33 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-08-27 15:08:33 +0200 |
| commit | 9efb0a1fcdfb2d6de1615dc2addf8a38bdcdb8db (patch) | |
| tree | 1b833e5abecaaa8722fb4e4ddaa84b423a32a9a1 /.local/bin | |
| parent | 21f3a45a6c2d79b3f1872045e3ebc47021ec24c5 (diff) | |
updates
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/xstart_dwm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.local/bin/xstart_dwm b/.local/bin/xstart_dwm index bf1ec4a..4e74ff1 100755 --- a/.local/bin/xstart_dwm +++ b/.local/bin/xstart_dwm @@ -1,12 +1,11 @@ #!/bin/sh +dunst & +status -d & + while true; do # Log stderror to a file - dunst & - st cmus & - dwmblocks 2>&1 > /dev/null & dwm 2> ~/.cache/dwm.log - killall dwmblocks # No error logging #dwm >/dev/null 2>&1 done |