Fixed a bug in rp mode kill.
This commit is contained in:
parent
530c9e5073
commit
a7f22597f1
2
i38.sh
2
i38.sh
@ -385,7 +385,7 @@ bindsym f exec $fileBrowser, mode "default"
|
|||||||
# Web browser bound to w
|
# Web browser bound to w
|
||||||
bindsym w exec $webBrowser, mode "default"
|
bindsym w exec $webBrowser, mode "default"
|
||||||
# Kill window bound to k
|
# Kill window bound to k
|
||||||
bindsym k kill
|
bindsym k kill, mode "default"
|
||||||
$(if command -v mumble &> /dev/null ; then
|
$(if command -v mumble &> /dev/null ; then
|
||||||
echo "# Mumble bound to m"
|
echo "# Mumble bound to m"
|
||||||
echo "bindsym m exec $(command -v mumble), mode \"default\""
|
echo "bindsym m exec $(command -v mumble), mode \"default\""
|
||||||
|
Loading…
Reference in New Issue
Block a user