From 6e75c859963c4be68462dbf711dc001cd6161567 Mon Sep 17 00:00:00 2001 From: WCollier Date: Fri, 8 Mar 2024 15:52:58 +0000 Subject: [PATCH] Add dodgewindows to hiding for plasma 6 --- modules/panels.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/panels.nix b/modules/panels.nix index 06bcec17..c78462e4 100644 --- a/modules/panels.nix +++ b/modules/panels.nix @@ -62,7 +62,7 @@ let description = "The alignment of the panel."; }; hiding = lib.mkOption { - type = lib.types.nullOr (lib.types.enum [ "none" "autohide" "windowscover" "windowsbelow" ]); + type = lib.types.nullOr (lib.types.enum [ "none" "autohide" "windowscover" "windowsbelow" "dodgewindows" ]); default = null; example = "autohide"; description = "The hiding mode of the panel.";