diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,9 +1,4 @@ #!/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 +/home/tom/src/dwmstatus/dwmstatus & +/home/tom/src/dwm/dwm 2> /home/tom/.dwm.log |