From 9efb0a1fcdfb2d6de1615dc2addf8a38bdcdb8db Mon Sep 17 00:00:00 2001 From: NPScript Date: Sat, 27 Aug 2022 15:08:33 +0200 Subject: updates --- .local/bin/xstart_dwm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.local') 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 -- cgit v1.2.3-70-g09d2