From c9b321991fbf361306f63e7978887d13f3aad6ed Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 25 Mar 2025 03:54:01 +0800 Subject: [PATCH] fix(kitty): make kitty not prompt for confirmation when closing window --- users/modules/programs/hyprland.nix | 1 - users/modules/programs/kitty.nix | 1 + users/modules/sh.nix | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index 3a73ff6..e0b5a21 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -57,7 +57,6 @@ "move cursor 0 0, class:(clipse)" "size 622 652, class:(clipse)" "noanim, class:(clipse)" - "focusonactivate, class:(clipse)" ]; animation = [ diff --git a/users/modules/programs/kitty.nix b/users/modules/programs/kitty.nix index 7f49b7a..79a7193 100644 --- a/users/modules/programs/kitty.nix +++ b/users/modules/programs/kitty.nix @@ -8,6 +8,7 @@ }; settings = { window_padding_width = 10; + confirm_os_window_close = 0; }; }; } diff --git a/users/modules/sh.nix b/users/modules/sh.nix index d7af8bc..e0ecfc3 100644 --- a/users/modules/sh.nix +++ b/users/modules/sh.nix @@ -6,6 +6,7 @@ ./programs/direnv.nix ./programs/fzf.nix ./programs/git.nix + ./programs/cargo.nix ./programs/nvf.nix ./programs/starship.nix ./programs/tealdeer.nix