desktop: switch back to xfce4-terminal

xfce4-terminal starts in ~100ms, ghostty in ~500ms. Keeping an eye on https://github.com/ghostty-org/ghostty/discussions/3720
This commit is contained in:
Motiejus Jakštys 2025-01-09 15:44:10 +02:00
parent a6be510561
commit 11f9f175bc

View File

@ -50,8 +50,8 @@ mytheme.wallpaper = gears.wallpaper.set("#008080")
beautiful.init(mytheme) beautiful.init(mytheme)
-- This is used later as the default terminal and editor to run. -- This is used later as the default terminal and editor to run.
--terminal = "xfce4-terminal" terminal = "xfce4-terminal"
terminal = "ghostty" --terminal = "ghostty"
editor = os.getenv("EDITOR") or "editor" editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor editor_cmd = terminal .. " -e " .. editor