summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2015-09-12 19:46:34 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2015-09-12 19:46:34 +0200
commitddcb654ed1410f53f32a78f29a2e2f3585fb2493 (patch)
tree53c4a58d814abefd31fa0e6ad5a45e6d7ef59a29
parent8d1b577495d65c3f7bda519be458a7b70f3d2c87 (diff)
downloadmcwm-ddcb654ed1410f53f32a78f29a2e2f3585fb2493.zip
Indent.
-rwxr-xr-xscripts/mcmenu18
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/mcmenu b/scripts/mcmenu
index 6d32940..eae8d99 100755
--- a/scripts/mcmenu
+++ b/scripts/mcmenu
@@ -1,11 +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:'
+ '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:'