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
|
||||
4
modules/startup.lua
Normal file
4
modules/startup.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("waybar")
|
||||
hl.exec_cmd("dunst")
|
||||
end)
|
||||
Reference in New Issue
Block a user