diff options
author | Stefan Ritter <gideonstar@galahad.avalon.lan> | 2009-07-16 23:49:24 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@galahad.avalon.lan> | 2009-07-16 23:49:24 +0200 |
commit | c2dad9dced53224fae30519b0e1f36b83448d986 (patch) | |
tree | 1c85e274d3fc9bbfa2fc1144e8e8de12f4e08672 /wmii-3.5/wmiirc | |
parent | 039471756166ee4f746b48c183f6a336168ef855 (diff) |
Small wmiirc fix
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-x | wmii-3.5/wmiirc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index 7bbcb86..bf1499c 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -116,8 +116,6 @@ eventstuff() { wmiir xwrite /tag/sel/ctl colmode sel default Key $MODKEY-s wmiir xwrite /tag/sel/ctl colmode sel stack - Key $MODKEY-m - wmiir xwrite /tag/sel/ctl colmode sel max Key $MODKEY-q sh -c "$(eval $WMII_MENU <$progsfile)" & Key $MODKEY-Return @@ -126,7 +124,7 @@ eventstuff() { eval $LOCK & Key $MODKEY-Shift-space wmiir xwrite /tag/sel/ctl send sel toggle - Key $MODKEY-f + Key $MODKEY-m wmiir xwrite /client/sel/ctl Fullscreen toggle Key $MODKEY-Shift-c wmiir xwrite /client/sel/ctl kill |