diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-06 13:24:32 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-06 13:25:29 +0100 |
commit | 10f9578e10aea951ec8ad29a79ab1faf8f07132f (patch) | |
tree | 637e8f1f3b1b4d50e9ced8f2567121c4360e7964 | |
parent | d6b5b3f421f440f57a270162c07dce067e856dd8 (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>
-rwxr-xr-x | user/.wmii/wmiirc | 8 |
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" ! } |