sway: workspaceLayout: stacked
-> stacking
(#2272)
This commit is contained in:
parent
ec260995e2
commit
a5c609b4b1
|
@ -538,7 +538,7 @@ in {
|
|||
};
|
||||
|
||||
workspaceLayout = mkOption {
|
||||
type = types.enum [ "default" "stacked" "tabbed" ];
|
||||
type = types.enum [ "default" "stacking" "tabbed" ];
|
||||
default = "default";
|
||||
example = "tabbed";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue