Configuring/Window Rules: Clarify the persistent_size window rule description (#1352)

This commit is contained in:
Nikolai Nechaev 2026-01-21 00:15:27 +09:00 committed by GitHub
parent c3eec0036b
commit a5a9dc5a06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,7 @@ Dynamic effects are re-evaluated every time a property changes.
| Effect | argument | Description |
| ---- | ----------- | --- |
| persistent_size | \[on\] | Allows size persistence between application launches for floating windows. |
| persistent_size | \[on\] | For floating windows, internally store their size. When a new floating window opens with the same class and title, restore the saved size. |
| no_max_size | \[on\] | Removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg). |
| stay_focused | \[on\] | Forces focus on the window as long as it's visible. |
| animation | \[style\] (\[opt\]) | Forces an animation onto a window, with a selected opt. Opt is optional. |