diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ /home/tom/.screenlayout/set.sh while true; do - /home/tom/dwmstatus/dwmstatus & + /home/tom/src/dwmstatus/dwmstatus & nitrogen --restore - /home/tom/dwm/dwm 2> /home/tom/.dwm.log + /home/tom/src/dwm/dwm 2> /home/tom/.dwm.log done |