mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-14 08:01:14 +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
|
local keys = input.keys
|
||||||
|
|
||||||
-- Keybinds ----------------------------------------------------------------------
|
-- Keybinds ----------------------------------------------------------------------
|
||||||
|
input.keybind({ "Ctrl", "Alt" }, keys.q, pinnacle.quit)
|
||||||
|
|
||||||
input.keybind({ "Ctrl", "Alt" }, keys.c, client.close_window)
|
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
|
-- 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