diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-09-03 07:54:01 -0500 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2019-09-03 07:54:01 -0500 |
commit | b0a3f691541903ebf8109eba968c0d4b4ba54b21 (patch) | |
tree | 20c11e7c023edcb07a95b9c2c9eb0930014c710f /.xinitrc | |
parent | 77a4636b09d49a1c8bf1cadd57cbe4a634d61fa3 (diff) |
more paths, firefox desktop and download dirs, aerc makefile change, new src directory
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 |