Fixed a bug in rp mode kill.

This commit is contained in:
stormdragon2976 2023-03-28 19:43:00 -04:00
parent 530c9e5073
commit a7f22597f1

2
i38.sh
View File

@ -385,7 +385,7 @@ bindsym f exec $fileBrowser, mode "default"
# Web browser bound to w
bindsym w exec $webBrowser, mode "default"
# Kill window bound to k
bindsym k kill
bindsym k kill, mode "default"
$(if command -v mumble &> /dev/null ; then
echo "# Mumble bound to m"
echo "bindsym m exec $(command -v mumble), mode \"default\""