# Example fix-alttab.conf
# Usage: dot-sourced by fix-alttab and its daemon
# Locations:
#    /etc/sysconfig/fix-alttab.conf
#    ~/.config/fix-alttab
ALTTAB_DAEMON_LOOP=3
ALTTAB_DAEMON_LOGFILE="${XDG_RUNTIME_DIR:-~}/fix-alttab-daemon.log"
# First word here is the binary to run. This will be killalled if it needs to be run.
ALTTAB_COMMON="alttab -w 1 -theme numix-circle"
ALTTAB_LEFTYES_RIGHTYES=""
ALTTAB_LEFTNO_RIGHTYES="-vp 1920x1080+1920+0"
ALTTAB_LEFTYES_RIGHTNO="" #unsupported
ALTTAB_LEFTNO_RIGHTNO="" # unsupported
FIX_ALTTAB_BIN=/usr/libexec/fix-alttab
