mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-29 22:23:30 +01:00
5 lines
184 B
Lua
5 lines
184 B
Lua
local input = require("input")
|
|
local client = require("client")
|
|
|
|
input.keybind({ "Alt", "Ctrl" }, 99, client.close_window)
|
|
input.keybind({ "Ctrl", "Alt" }, 32, client.toggle_floating)
|