mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
default to foot instead of ghostty
This commit is contained in:
parent
d963f1a6b1
commit
9f77ff9849
1 changed files with 11 additions and 4 deletions
15
cg_opts.lua
15
cg_opts.lua
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue