feat: go back to kitty as default
This commit is contained in:
@@ -9,7 +9,7 @@ local function launcher(program)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
hl.bind("SUPER + Return", launcher("alacritty"))
|
hl.bind("SUPER + Return", launcher("kitty"))
|
||||||
|
|
||||||
hl.define_submap("launch", function()
|
hl.define_submap("launch", function()
|
||||||
-- Librewolf
|
-- Librewolf
|
||||||
@@ -21,9 +21,9 @@ hl.define_submap("launch", function()
|
|||||||
-- Discord
|
-- Discord
|
||||||
hl.bind("d", launcher("vesktop"), { description = "Launch Discord" })
|
hl.bind("d", launcher("vesktop"), { description = "Launch Discord" })
|
||||||
|
|
||||||
-- alacritty
|
-- Kitty
|
||||||
hl.bind("k", launcher("alacritty"), { description = "Launch alacritty" })
|
hl.bind("k", launcher("kitty"), { description = "Launch kitty" })
|
||||||
hl.bind("Return", launcher("alacritty"), { description = "Launch alacritty" })
|
hl.bind("Return", launcher("kitty"), { description = "Launch kitty" })
|
||||||
|
|
||||||
-- Filezilla
|
-- Filezilla
|
||||||
hl.bind("f", launcher("filezilla"), { description = "Launch Filezilla" })
|
hl.bind("f", launcher("filezilla"), { description = "Launch Filezilla" })
|
||||||
|
|||||||
Reference in New Issue
Block a user