some nonsense
This commit is contained in:
8
modules/binds.lua
Normal file
8
modules/binds.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local mainMod = "SUPER + "
|
||||
local binds = {
|
||||
{ key = "x", dispatch = "kitty" },
|
||||
}
|
||||
|
||||
for _, bind in ipairs(binds) do
|
||||
hl.bind(mainMod .. bind.key, hl.dsp.exec_cmd(bind.dispatch))
|
||||
end
|
||||
Reference in New Issue
Block a user