Skip to content
bakkeby edited this page Jun 14, 2021 · 5 revisions

Fixed is a flag that indicates that the client window is fixed in size and is therefore never to be tiled. Ultimately this means that fixed windows are always floating and can't be toggled to be tiled.

This flag is set internally if the resize hints of the client window indicates that the maximum and minimum size are the same.

The flag can also be explicitly set via a client rule if the intention is that the window should always remain floating.

Back to flags.

Clone this wiki locally