summaryrefslogtreecommitdiff
path: root/scripts/mcmenu
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2012-02-15 10:00:22 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2012-02-15 10:00:22 +0100
commita0f63a0aede481c4b36b5434fe3af3b35e5267e7 (patch)
tree29a48c864ec17428f226a6efd964c948feb2526f /scripts/mcmenu
parent5dbd2572635d5e6cc54c0920e8502f2f18839de8 (diff)
downloadmcwm-a0f63a0aede481c4b36b5434fe3af3b35e5267e7.zip
Moved scripts out of manual.
Diffstat (limited to 'scripts/mcmenu')
-rwxr-xr-xscripts/mcmenu11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/mcmenu b/scripts/mcmenu
new file mode 100755
index 0000000..f5d6611
--- /dev/null
+++ b/scripts/mcmenu
@@ -0,0 +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' \\
+ ':' \\
+ 'close:'