summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2012-02-15 10:34:10 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2012-02-15 10:34:10 +0100
commitd9e6e80ad9b6aa0347a65a71a7cdb0a78c08d790 (patch)
treeef4eeb86bab21b01d7c04afcb9f32e92de882ecc
parent97a51653944b43aee9a6c4d9d4ac8fc99dddd287 (diff)
downloadmcwm-d9e6e80ad9b6aa0347a65a71a7cdb0a78c08d790.zip
Added hide.
Removed superflous \ characters left from when the script was in the manual. Oops.
-rwxr-xr-xscripts/mcmenu18
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:'