aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/xstart_dwm
blob: 5dfcff120cbbb0c5f23eb7d724db11b392c1c160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

dunst &
status -d &
kodi &

while true; do
	# Log stderror to a file 
	dwm 2> ~/.cache/dwm.log
	# No error logging
	#dwm >/dev/null 2>&1
done