default to foot instead of ghostty

This commit is contained in:
LordMZTE 2024-05-28 14:26:28 +02:00
parent d963f1a6b1
commit 9f77ff9849
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -28,11 +28,18 @@ opts.term_font = "IosevkaTerm NFM"
-- icon_name = "org.wezfurlong.wezterm",
--}
--opts.term = {
-- name = "Ghostty",
-- command = "ghostty",
-- workdir_command = "ghostty --working-directory=",
-- icon_name = "com.mitchellh.ghostty",
--}
opts.term = {
name = "Ghostty",
command = "ghostty",
workdir_command = "ghostty --working-directory=",
icon_name = "com.mitchellh.ghostty",
name = "foot",
command = "foot",
workdir_command = "foot --working-directory=",
icon_name = "foot",
}
opts.cursor = {