summaryrefslogtreecommitdiffstats
path: root/wmii-3.5
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-05-19 10:41:37 +0200
committerStefan Ritter <xeno@thehappy.de>2009-05-19 10:41:37 +0200
commit6191b46105167a37f7573167117d049be2807bd1 (patch)
tree9ba319856693f62775c3f3134a89d3445cf70fc9 /wmii-3.5
parent75d259dad4633c3e1747a6f44cb72819a1047230 (diff)
Updates:
* Added svn buildfoo to zsh * Added screensaver command to wmii
Diffstat (limited to 'wmii-3.5')
-rwxr-xr-xwmii-3.5/wmiirc3
1 files changed, 3 insertions, 0 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc
index 402854c..725f9d7 100755
--- a/wmii-3.5/wmiirc
+++ b/wmii-3.5/wmiirc
@@ -19,6 +19,7 @@ set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS)
WMII_MENU="dmenu -b -fn '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5'"
WMII_9MENU="wmii9menu -font '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5' -br '$6'"
WMII_TERM="x-terminal-emulator"
+LOCK="xscreensaver-command -lock"
# Column Rules
wmiir write /colrules <<!
@@ -120,6 +121,8 @@ eventstuff() {
sh -c "$(eval $WMII_MENU <$progsfile)" &
Key $MODKEY-Return
eval $WMII_TERM &
+ Key $MODKEY-l
+ eval $LOCK &
Key $MODKEY-Shift-space
wmiir xwrite /tag/sel/ctl send sel toggle
Key $MODKEY-f