From ea190d75a89ea9391237cb57a5f5c367fb44bfb5 Mon Sep 17 00:00:00 2001 From: pks Date: Tue, 3 Oct 2023 10:43:56 +0200 Subject: autostart --- autostart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/autostart b/autostart index db4f0f7..7934c89 100755 --- a/autostart +++ b/autostart @@ -2,8 +2,7 @@ xmodmap $HOME/.Xmodmap xbindkeys -feh --no-xinerama --image-bg black --bg-fill "$HOME/.sync/image/MIPS-R3000A-die.jpg" -urxvtd -q -f -o +feh --no-xinerama --image-bg black --bg-fill "$HOME/.sync/sync/image/MIPS-R3000A-die.jpg" imwheel &>/dev/null & unclutter -idle 5 & xset s 0 & @@ -15,14 +14,14 @@ mouse-settings & sloppy & q3servers & -mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/pks/mutt & - if [[ $RATPOISON == "ratpoison" && -x $(which acpi 2&>/dev/null) ]]; then $(which ratcpi) & fi if [[ -x $(which albert) ]]; then $(which albert); fi + mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/pks/mutt & + if [[ -x $(which notmuchfs) || -x /home/pks/.local/bin/notmuchfs ]]; then rmdir /tmp/pks/notmuchfs*/* rmdir /tmp/pks/notmuchfs* -- cgit v1.2.3