feat: start new lua-based hyprland config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local function exit_submap()
|
||||
hl.dispatch(hl.dsp.submap("reset"))
|
||||
end
|
||||
|
||||
hl.define_submap("launch", function()
|
||||
hl.bind("l", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("librewolf"))
|
||||
exit_submap()
|
||||
end)
|
||||
end)
|
||||
Reference in New Issue
Block a user