$ grep enable-normalization-flatten-containers ~/.aerospace.toml
enable-normalization-flatten-containers = false
$ aerospace move --boundaries-action create-implicit-container-or-fail right > /dev/null
Tip: create-implicit-container-or-fail will never cause the move command to fail since enable-normalization-flatten-containers is disabled
$ echo $?
0
aerospace move --boundaries-action create-implicit-container-or-failCreating an implicit container can only fail in the following situation:
enable-normalization-flatten-containersistrueWhen
enable-normalization-flatten-containersis disabled it's proposed to print a tip to stderr:References