summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 9b263f7..611e305 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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