From fbca12e524fc8bae0dffbcd97fe2be196a9a3e8c Mon Sep 17 00:00:00 2001 From: Jan Schmitt Date: Sat, 20 Aug 2022 17:32:11 +0200 Subject: feat: provide option to display the appswitcher on all displays --- modules/system/defaults/dock.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/system') diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 3e56fae..3156e90 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -15,6 +15,14 @@ let in { options = { + system.defaults.dock.appswitcher-all-displays = mkOption { + type = types.nullOr types.bool; + default = null; + description = '' + Whether to display the appswitcher on all displays or only the main one. The default is false. + ''; + }; + system.defaults.dock.autohide = mkOption { type = types.nullOr types.bool; default = null; -- cgit v1.2.3