summaryrefslogtreecommitdiff
path: root/user/.wmii/wmiirc
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-06 13:24:32 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-06 13:25:29 +0100
commit10f9578e10aea951ec8ad29a79ab1faf8f07132f (patch)
tree637e8f1f3b1b4d50e9ced8f2567121c4360e7964 /user/.wmii/wmiirc
parentd6b5b3f421f440f57a270162c07dce067e856dd8 (diff)
wmii: Replaced tag names
Since spaces are not printed in the trayer bar of WMII, we use (dot) instead. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'user/.wmii/wmiirc')
-rwxr-xr-xuser/.wmii/wmiirc8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/.wmii/wmiirc b/user/.wmii/wmiirc
index 8c508d1..26c5615 100755
--- a/user/.wmii/wmiirc
+++ b/user/.wmii/wmiirc
@@ -281,13 +281,13 @@ Key $MODKEY-Shift-$i # Retag selected client with the numbered tag
cat <<!
Key $MODKEY-5
- wmiir xwrite /ctl view "5 Media"
+ wmiir xwrite /ctl view "5.Media"
Key $MODKEY-Shift-5
- wmiir xwrite /client/sel/tags "5 Media"
+ wmiir xwrite /client/sel/tags "5.Media"
Key $MODKEY-9
- wmiir xwrite /ctl view "9 Network"
+ wmiir xwrite /ctl view "9.Network"
Key $MODKEY-Shift-9
- wmiir xwrite /client/sel/tags "9 Network"
+ wmiir xwrite /client/sel/tags "9.Network"
!
}