summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 611e3053f96c7f9e0f7047369cd2dbbae3b2b8a2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

/home/tom/.screenlayout/set.sh

while true; do
	/home/tom/src/dwmstatus/dwmstatus &
	nitrogen --restore
	/home/tom/src/dwm/dwm 2> /home/tom/.dwm.log
done