configfiles/bspwm/.config/scripts/monsetup_menu.sh
2015-10-08 10:31:53 +02:00

14 lines
167 B
Bash
Executable file

#!/bin/bash
cd $(dirname $0)
DMENU="./dmenu.sh"
menu() {
echo $@ | tr ' ' '\n' | $DMENU
}
mode=$(menu second clone off)
[ -n "$mode" ] && ./monsetup.sh $mode