config

NixOS config
Log | Files | Refs | README | LICENSE

commit 11f9f175bcfbf0dd93bbd6ed8dac0cbb9b708bd7 (tree)
parent a6be510561dd35eb36a60a141747af24c06aa726
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu,  9 Jan 2025 15:44:10 +0200

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

Diffstat:
Mmodules/profiles/desktop/rc.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua @@ -50,8 +50,8 @@ mytheme.wallpaper = gears.wallpaper.set("#008080") beautiful.init(mytheme) -- This is used later as the default terminal and editor to run. ---terminal = "xfce4-terminal" -terminal = "ghostty" +terminal = "xfce4-terminal" +--terminal = "ghostty" editor = os.getenv("EDITOR") or "editor" editor_cmd = terminal .. " -e " .. editor