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

/home/tom/.screenlayout/set.sh

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