From 896c311feb10e947c727a888308dbc7eb71d1ec2 Mon Sep 17 00:00:00 2001 From: NPScript Date: Sat, 9 Apr 2022 21:22:20 +0200 Subject: init commit --- .local/bin/xstart_dwm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 .local/bin/xstart_dwm (limited to '.local/bin/xstart_dwm') diff --git a/.local/bin/xstart_dwm b/.local/bin/xstart_dwm new file mode 100755 index 0000000..bf1ec4a --- /dev/null +++ b/.local/bin/xstart_dwm @@ -0,0 +1,12 @@ +#!/bin/sh + +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