mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
Fixed MOD-Control-t to actually toggle keybinds instead of just erasing them (thanks niteling)
This commit is contained in:
parent
88277eb6c7
commit
93e500e6eb
@ -100,7 +100,7 @@ eventstuff() {
|
||||
Key $MODKEY-Control-t
|
||||
case $(wmiir read /keys | wc -l | tr -d ' \t\n') in
|
||||
0|1)
|
||||
echo -n \$Keys | tr ' ' '\012' | wmiir write /keys
|
||||
echo -n $Keys | tr ' ' '\012' | wmiir write /keys
|
||||
wmiir xwrite /ctl grabmod $MODKEY;;
|
||||
*)
|
||||
wmiir xwrite /keys $MODKEY-Control-t
|
||||
|
Loading…
Reference in New Issue
Block a user