diff options
author | pks <pks@pks.rocks> | 2023-10-03 10:43:56 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2023-10-03 10:43:56 +0200 |
commit | ea190d75a89ea9391237cb57a5f5c367fb44bfb5 (patch) | |
tree | 6223f4a9ba014e3a1b22548e0404e06f3199fc4a | |
parent | 99a48c2b5ddaedc0279c343c0fcf3041c6c2aaa3 (diff) |
autostart
-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* |