feat: updates to make it work

This commit is contained in:
2026-06-14 20:42:49 +02:00
parent dce3c77a29
commit fab293438e
26 changed files with 163 additions and 101 deletions
+3 -1
View File
@@ -9,6 +9,8 @@ local function launcher(program)
end
end
hl.bind("SUPER + Return", launcher("kitty"))
hl.define_submap("launch", function()
-- Librewolf
hl.bind("l", launcher("librewolf"))
@@ -33,7 +35,7 @@ hl.define_submap("launch", function()
hl.bind("z", launcher("zathura"))
-- Brave
hl.bind("Shift + B", launcher("brave"))
hl.bind("SHIFT + B", launcher("brave"))
-- bsmanager
hl.bind("b", launcher("/opt/bs-manager/bs-manager"))