saner kill keybind

This commit is contained in:
Izaya 2022-08-28 00:08:41 +10:00
parent 9811d02d2e
commit 3a1ad45452
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -128,7 +128,7 @@ global_key({modkey}, "p", function() powermenuPopup:toggle() end, "show power me
global_key({}, "XF86PowerOff", function() powermenuPopup:toggle() end, "show power menu", "launcher")
global_key({modkey}, "Space", function() awful.spawn(launcher) end, "Show launcher", "launcher")
client_key({modkey,"Alt"},"c",function(c) c:kill() end, "close application","client")
client_key({modkey,"Alt"},"q",function(c) c:kill() end, "close application","client")
root.keys(globalkeys)
-- }}}