#!/usr/bin/env zsh feh --no-xinerama --image-bg black --bg-fill "$HOME/image/MIPS-R3000A-die.jpg" & xmodmap $HOME/.Xmodmap & xbindkeys & urxvtd -q -f -o & imwheel &>/dev/null & unclutter -idle 5 & xset s 0 & xset b off & xset +fp $HOME/.fonts & xset -display :0 dpms 0 0 300 notification-daemon-launch & 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 $HOME/.local/bin/ratcpi & fi if [[ $(hostname) == "bogues" ]]; then xrandr --output VGA1 --off & fi if [[ -x $(which notmuchfs) ]]; then mkdir -p /tmp/pks/notmuchfs mkdir -p /tmp/pks/notmuchfs_backing notmuchfs /tmp/pks/notmuchfs -o backing_dir=/tmp/pks/notmuchfs_backing -o mail_dir=$HOME/.mail -o mutt_2476_workaround fi