summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:'