feat: provide option to display the appswitcher on all displays
This commit is contained in:
parent
80871c71ed
commit
fbca12e524
2 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue