diff options
| -rwxr-xr-x | autostart | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@  xmodmap $HOME/.Xmodmap  xbindkeys -feh --no-xinerama --image-bg black --bg-fill "$HOME/image/MIPS-R3000A-die.jpg" +feh --no-xinerama --image-bg black --bg-fill "$HOME/.sync/image/MIPS-R3000A-die.jpg"  urxvtd -q -f -o  imwheel &>/dev/null &  unclutter -idle 5 & @@ -18,7 +18,7 @@ q3servers &  mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/pks/mutt &  if [[ $RATPOISON == "ratpoison" && -x $(which acpi 2&>/dev/null) ]]; then -  $HOME/.local/bin/ratcpi & +  $(which ratcpi) &  fi  if [[ $(hostname) == "bogues" ]]; then  | 
