summaryrefslogtreecommitdiffstats
path: root/wmii-3.5/wmiirc
diff options
context:
space:
mode:
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-xwmii-3.5/wmiirc8
1 files changed, 3 insertions, 5 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc
index 351b24a..e03ceb7 100755
--- a/wmii-3.5/wmiirc
+++ b/wmii-3.5/wmiirc
@@ -12,12 +12,12 @@ RIGHT=t
WMII_FOCUSCOLORS='#00FF00 #000000 #111111'
WMII_NORMCOLORS='#EEEEEE #000000 #111111'
WMII_FONT='fixed'
+
+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"
-WMII_LOCK="xtrlock"
-
-set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS)
# Column Rules
wmiir write /colrules <<!
@@ -120,8 +120,6 @@ eventstuff() {
sh -c "$(eval $WMII_MENU <$progsfile)" &
Key $MODKEY-Return
eval $WMII_TERM &
- Key $MODKEY-l
- eval $WMII_LOCK &
Key $MODKEY-Shift-space
wmiir xwrite /tag/sel/ctl send sel toggle
Key $MODKEY-m