mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
[dev] [wmii] fix for possible minor typos
There appear to be a few minor typos in wmii rc/wmiirc.sh tip (2573:02e77b2213fb). Rather than describe them I'm just appending a patch.
This commit is contained in:
parent
e3cf0426a1
commit
d15fb0ab06
@ -140,7 +140,7 @@ Action quit
|
|||||||
Action exec
|
Action exec
|
||||||
wmiir xwrite /ctl exec "$@"
|
wmiir xwrite /ctl exec "$@"
|
||||||
Action rehash
|
Action rehash
|
||||||
proglist $PATH >$progsfile
|
wi_proglist $PATH >$progsfile
|
||||||
Action status
|
Action status
|
||||||
set +xv
|
set +xv
|
||||||
if wmiir remove /rbar/status 2>/dev/null; then
|
if wmiir remove /rbar/status 2>/dev/null; then
|
||||||
@ -167,9 +167,9 @@ Key $MODKEY-space # Toggle between floating and managed layers
|
|||||||
|
|
||||||
KeyGroup Moving through stacks
|
KeyGroup Moving through stacks
|
||||||
Key $MODKEY-Control-$UP # Select the stack above
|
Key $MODKEY-Control-$UP # Select the stack above
|
||||||
wmiir xwrite /taglsel/ctl select up stack
|
wmiir xwrite /tag/sel/ctl select up stack
|
||||||
Key $MODKEY-Control-$DOWN # Select the stack below
|
Key $MODKEY-Control-$DOWN # Select the stack below
|
||||||
wmiir xwrite /taglsel/ctl select down stack
|
wmiir xwrite /tag/sel/ctl select down stack
|
||||||
|
|
||||||
KeyGroup Moving clients around
|
KeyGroup Moving clients around
|
||||||
Key $MODKEY-Shift-$LEFT # Move selected client to the left
|
Key $MODKEY-Shift-$LEFT # Move selected client to the left
|
||||||
|
Loading…
Reference in New Issue
Block a user