diff options
author | pks <pks@pks.rocks> | 2021-07-24 15:25:55 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-07-24 15:25:55 +0200 |
commit | dfe9b68f37bc0db9524ae45eb7b1f8066f2bd5cd (patch) | |
tree | e1d246caab5ca3c0eeb4bfc9568164d1b149c87e | |
parent | 64f82886ee01d031ec17f90452b11288118a0a90 (diff) |
autostart
-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 |