summaryrefslogtreecommitdiffstats
path: root/.bin/dwm-start
blob: e411db51c34eaf09d5eb8e0cf1695f4c61316f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

kill -9 xidle
xidle &

while true; do
	# status
	pkill -9 -f "ag-status"
	ag-status -l >/dev/null &

	# x11 configuration
	x11-config
	. ~/.bin/x11-screen

	# dwm
	dwm 2> ~/.dwm.log
done
remember that computers suck.