diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2012-02-15 10:34:10 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2012-02-15 10:34:10 +0100 |
commit | d9e6e80ad9b6aa0347a65a71a7cdb0a78c08d790 (patch) | |
tree | ef4eeb86bab21b01d7c04afcb9f32e92de882ecc /scripts/mcmenu | |
parent | 97a51653944b43aee9a6c4d9d4ac8fc99dddd287 (diff) | |
download | mcwm-d9e6e80ad9b6aa0347a65a71a7cdb0a78c08d790.zip |
Added hide.
Removed superflous \ characters left from when the script was in the
manual. Oops.
Diffstat (limited to 'scripts/mcmenu')
-rwxr-xr-x | scripts/mcmenu | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/mcmenu b/scripts/mcmenu index f5d6611..6d32940 100755 --- a/scripts/mcmenu +++ b/scripts/mcmenu @@ -1,11 +1,11 @@ #! /bin/sh -exec 9menu -bg grey20 -fg grey80 \\ - -popup \\ - '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' \\ - ':' \\ +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:' |