saner kill keybind
This commit is contained in:
parent
9811d02d2e
commit
3a1ad45452
2
rc.lua
2
rc.lua
@ -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({}, "XF86PowerOff", function() powermenuPopup:toggle() end, "show power menu", "launcher")
|
||||||
global_key({modkey}, "Space", function() awful.spawn(launcher) end, "Show launcher", "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)
|
root.keys(globalkeys)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
Loading…
Reference in New Issue
Block a user