From b1eb8d16fca032e4705155dca7cbce46955aab5d Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Mon, 23 Mar 2026 21:24:49 +0100 Subject: [PATCH] extensions: dash-to-dock: - enable autohide-in-fullscreen --- common/modules/home/dconf/extensions.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/home/dconf/extensions.nix b/common/modules/home/dconf/extensions.nix index ad94a90..1c56fd2 100644 --- a/common/modules/home/dconf/extensions.nix +++ b/common/modules/home/dconf/extensions.nix @@ -28,7 +28,7 @@ "org/gnome/shell/extensions/dash-to-dock" = { apply-custom-theme = false; - autohide-in-fullscreen = false; + autohide-in-fullscreen = true; background-color = "rgb(0,0,0)"; background-opacity = 0.8; click-action = "skip";