feat: move to alacritty as default terminal

This commit is contained in:
2026-08-03 15:16:45 +02:00
parent ae331c5f63
commit e90fe68d24
5 changed files with 52 additions and 20 deletions
+4 -4
View File
@@ -9,7 +9,7 @@ local function launcher(program)
end
end
hl.bind("SUPER + Return", launcher("kitty"))
hl.bind("SUPER + Return", launcher("alacritty"))
hl.define_submap("launch", function()
-- Librewolf
@@ -21,9 +21,9 @@ hl.define_submap("launch", function()
-- Discord
hl.bind("d", launcher("vesktop"), { description = "Launch Discord" })
-- Kitty
hl.bind("k", launcher("kitty"), { description = "Launch kitty" })
hl.bind("Return", launcher("kitty"), { description = "Launch kitty" })
-- alacritty
hl.bind("k", launcher("alacritty"), { description = "Launch alacritty" })
hl.bind("Return", launcher("alacritty"), { description = "Launch alacritty" })
-- Filezilla
hl.bind("f", launcher("filezilla"), { description = "Launch Filezilla" })