Skip to content
Discussion options

You must be logged in to vote

You are right, maximize_if_single only 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 calls toggle_size this 1.0 1.0. The container will be maximized temporarily until you hit $mod+t again.

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maxigaz
Comment options

Answer selected by maxigaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants