summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-09-03 07:54:01 -0500
committerTom Barrett <spalf0@gmail.com>2019-09-03 07:54:01 -0500
commitb0a3f691541903ebf8109eba968c0d4b4ba54b21 (patch)
tree20c11e7c023edcb07a95b9c2c9eb0930014c710f /.xinitrc
parent77a4636b09d49a1c8bf1cadd57cbe4a634d61fa3 (diff)
more paths, firefox desktop and download dirs, aerc makefile change, new src directory
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