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

main
Ivan Kovnatsky 3 years ago committed by GitHub
parent ec260995e2
commit a5c609b4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/services/window-managers/i3-sway/lib/options.nix

@ -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…
Cancel
Save