From cd4a5fcd0283c6f47cc7776c0b0b5f977d89e9cf Mon Sep 17 00:00:00 2001
From: 514fpv <koishi@514fpv.one>
Date: Thu, 19 Sep 2024 09:25:48 +0800
Subject: [PATCH] fix(gnome): intellihide from focused windows

---
 home/gnome/impl/dconf.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/gnome/impl/dconf.nix b/home/gnome/impl/dconf.nix
index 42c82ff2..b9d88c18 100644
--- a/home/gnome/impl/dconf.nix
+++ b/home/gnome/impl/dconf.nix
@@ -250,7 +250,7 @@ in mkIf cfg.enable {
       hide-overview-on-startup = true;
       hotkeys-overlay-combo = "TEMPORARILY";
       intellihide = true;
-      intellihide-behaviour = "MAXIMIZED_WINDOWS";
+      intellihide-behaviour = "FOCUSED_WINDOWS";
       intellihide-hide-from-windows = true;
       isolate-workspaces = false;
       leftbox-padding = -1;