feat: go back to kitty as default

This commit is contained in:
2026-08-03 15:29:39 +02:00
parent e90fe68d24
commit e42275cb5b
+4 -4
View File
@@ -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" })