feat: updates to make it work
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user