mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Add quit keybind
This commit is contained in:
parent
de37349497
commit
e701334538
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ require("pinnacle").setup(function(pinnacle)
|
|||
local keys = input.keys
|
||||
|
||||
-- Keybinds ----------------------------------------------------------------------
|
||||
input.keybind({ "Ctrl", "Alt" }, keys.q, pinnacle.quit)
|
||||
|
||||
input.keybind({ "Ctrl", "Alt" }, keys.c, client.close_window)
|
||||
|
||||
-- NOTE: In tiled mode you can still move stuff around as if it's floating. Actual tiling is TODO
|
||||
|
|
Loading…
Reference in a new issue