-
|
If I understand correctly, when the option Is it possible to have such containers become affected by I'm using Scroll 1.12.11 installed from the AUR. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You are right, There is currently no way to "undo" that resizing, but you can always maximize a container using Edit: If you want to "force" maximization regardless of whether you previously resized the container, you can still do it through a Lua script instead of using |
Beta Was this translation helpful? Give feedback.
You are right,
maximize_if_singleonly works for containers that haven't been resized manually. The idea is when users manually resize a container, it is because they want the container to remain that size. Instead, containers with their initial size will be maximized.There is currently no way to "undo" that resizing, but you can always maximize a container using
$nod+t, which callstoggle_size this 1.0 1.0. The container will be maximized temporarily until you hit$mod+tagain.Edit: If you want to "force" maximization regardless of whether you previously resized the container, you can still do it through a Lua script instead of using
maximize_if_single.