sway: workspaceLayout: `stacked` -> `stacking` (#2272)

This commit is contained in:
Ivan Kovnatsky 2021-08-18 05:58:03 +03:00 committed by GitHub
parent ec260995e2
commit a5c609b4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ in {
};
workspaceLayout = mkOption {
type = types.enum [ "default" "stacked" "tabbed" ];
type = types.enum [ "default" "stacking" "tabbed" ];
default = "default";
example = "tabbed";
description = ''