mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-05 22:13:40 +01:00
try ghostty once again
This commit is contained in:
parent
59d8d81db8
commit
1ff4427b76
1 changed files with 11 additions and 11 deletions
22
cg_opts.lua
22
cg_opts.lua
|
@ -28,20 +28,20 @@ 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 = "foot",
|
||||
command = "foot",
|
||||
workdir_command = "foot --working-directory=",
|
||||
icon_name = "foot",
|
||||
name = "Ghostty",
|
||||
command = "ghostty",
|
||||
workdir_command = "ghostty --working-directory=",
|
||||
icon_name = "com.mitchellh.ghostty",
|
||||
}
|
||||
|
||||
--opts.term = {
|
||||
-- name = "foot",
|
||||
-- command = "foot",
|
||||
-- workdir_command = "foot --working-directory=",
|
||||
-- icon_name = "foot",
|
||||
--}
|
||||
|
||||
opts.cursor = {
|
||||
theme = "LyraQ-cursors",
|
||||
size = 24,
|
||||
|
|
Loading…
Reference in a new issue