From dfe9b68f37bc0db9524ae45eb7b1f8066f2bd5cd Mon Sep 17 00:00:00 2001 From: pks Date: Sat, 24 Jul 2021 15:25:55 +0200 Subject: autostart --- autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autostart b/autostart index f5e7ae3..80159cf 100755 --- a/autostart +++ b/autostart @@ -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 -- cgit v1.2.3