diff options
-rwxr-xr-x | autostart | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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* |