Skip to content

Commit

Permalink
Add dodgewindows support for plasma 6 panels (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
WCollier authored Mar 9, 2024
1 parent 9bac592 commit e2d10c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/panels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit e2d10c1

Please sign in to comment.