mirror of https://github.com/0intro/wmii
Quote `tagsmenu` against shell expansion
This commit is contained in:
parent
e994d60cae
commit
ecbfca77bf
|
@ -212,7 +212,7 @@ do
|
|||
$MODKEY-Shift-c)
|
||||
xwrite /client/sel/ctl kill;;
|
||||
$MODKEY-Shift-t)
|
||||
xwrite "/client/`wmiir read /client/sel/ctl`/tags" `tagsmenu` &;;
|
||||
xwrite "/client/`wmiir read /client/sel/ctl`/tags" "`tagsmenu`" &;;
|
||||
$MODKEY-Shift-[0-9])
|
||||
xwrite /client/sel/tags "`echo $key | sed 's/.*-//'`";;
|
||||
esac;;
|
||||
|
|
Loading…
Reference in New Issue