X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.xinitrc;h=39a04f9d1b66962a9b2afb95d0b2a233343d7e66;hb=d9998de50c583712194b5c81e88ae7b4c58849f1;hp=f9e446f45f306ac21d46c77120c107da36e7c0b4;hpb=5c2bb04fd58a7af3ed21e4a28d0581c6f8b17c7b;p=dotfiles.git diff --git a/.xinitrc b/.xinitrc index f9e446f..39a04f9 100644 --- a/.xinitrc +++ b/.xinitrc @@ -4,7 +4,7 @@ PATH="$PATH":/usr/games # Set initial background xsetroot -solid DarkCyan -xli -onroot -quiet -center -border darkcyan -zoom auto "`$HOME/lib/xsetbg/print-filename.py`" +xli -onroot -quiet -center -border darkcyan -zoom auto "`$HOME/admin/prog/xsetbg/print-filename.py`" # load .Xdefaults/.Xresources if [ -f "$HOME"/lib/X11/.Xdefaults ]; then @@ -78,4 +78,4 @@ gpg-agent --daemon --write-env-file "$HOME"/.gnupg/agent-info \ # Stop xscreensaver and xsetbg.py xscreensaver-command -exit & -"$HOME/lib/xsetbg"/xsetbg-http-stop & +"$HOME"/admin/prog/xsetbg/xsetbg-http-stop &