Skip to content
bakkeby edited this page Jun 16, 2021 · 4 revisions

Locked is an internal flag used to restrict movement of client windows after they have gone into fullscreen.

The flag is used to prevent misbehaviour in relation to receiving multiple requests to go fullscreen which could have some obscure side effects such as the floating position of the window being wrong when exiting fullscreen.

The flag guarantees that:

  • the window only goes into fullscreen if it is not locked and
  • the window only exits fullscreen if it is locked

Setting this flag manually via client rules will interfere with fullscreen functionality for that window.

Back to Features > Flags.

Clone this wiki locally