diff options
Diffstat (limited to 'scripts/mcmenu')
-rwxr-xr-x | scripts/mcmenu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/mcmenu b/scripts/mcmenu new file mode 100755 index 0000000..6d32940 --- /dev/null +++ b/scripts/mcmenu @@ -0,0 +1,11 @@ +#! /bin/sh +exec 9menu -bg grey20 -fg grey80 -popup \ + 'hide:xdotool selectwindow windowminimize' \ + 'cpu:urxvt -e ssh cpu.example.org' \ + ':' \ + 'VGA On: xrandr --output VGA --on' \ + 'VGA Off: xrandr --output VGA --off' \ + ':' \ + 'HHKB: xkbcomp -I$HOME/conf/xkb $HOME/conf/xkb/hhkb.xkb $DISPLAY' \ + ':' \ + 'close:' |