From a4ed75ef0e509a4ef6eb7df7af2c3afb28176aca Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 15 Apr 2025 19:49:08 +0300 Subject: [PATCH] terminal/ghostty: csd Signed-off-by: unexplrd --- modules/home/programs/terminal/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/terminal/ghostty.nix b/modules/home/programs/terminal/ghostty.nix index 95b7259..0f69e74 100644 --- a/modules/home/programs/terminal/ghostty.nix +++ b/modules/home/programs/terminal/ghostty.nix @@ -14,7 +14,7 @@ in { enable = true; settings = { gtk-single-instance = true; - window-decoration = "server"; + window-decoration = "client"; keybind = [ "ctrl+shift+f=close_surface" ];