fix(gnome): intellihide from focused windows

This commit is contained in:
514fpv 2024-09-19 09:25:48 +08:00
parent 0aa0a18058
commit cd4a5fcd02
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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;