diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 7da229a..32ece16 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -314,6 +314,7 @@ in theme = "iTerm2 Default"; command = lib.getExe pkgs.tmuxbash; window-decoration = false; + gtk-single-instance = true; font-feature = [ "-calt" "-liga" diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua index c90398d..714ed71 100644 --- 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