mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-22 07:20:06 +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",
|
-- icon_name = "org.wezfurlong.wezterm",
|
||||||
--}
|
--}
|
||||||
|
|
||||||
--opts.term = {
|
|
||||||
-- name = "Ghostty",
|
|
||||||
-- command = "ghostty",
|
|
||||||
-- workdir_command = "ghostty --working-directory=",
|
|
||||||
-- icon_name = "com.mitchellh.ghostty",
|
|
||||||
--}
|
|
||||||
|
|
||||||
opts.term = {
|
opts.term = {
|
||||||
name = "foot",
|
name = "Ghostty",
|
||||||
command = "foot",
|
command = "ghostty",
|
||||||
workdir_command = "foot --working-directory=",
|
workdir_command = "ghostty --working-directory=",
|
||||||
icon_name = "foot",
|
icon_name = "com.mitchellh.ghostty",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--opts.term = {
|
||||||
|
-- name = "foot",
|
||||||
|
-- command = "foot",
|
||||||
|
-- workdir_command = "foot --working-directory=",
|
||||||
|
-- icon_name = "foot",
|
||||||
|
--}
|
||||||
|
|
||||||
opts.cursor = {
|
opts.cursor = {
|
||||||
theme = "LyraQ-cursors",
|
theme = "LyraQ-cursors",
|
||||||
size = 24,
|
size = 24,
|
||||||
|
|
Loading…
Add table
Reference in a new issue