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

dunst &
status -d &

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