From a5a9dc5a068ba73eecd011667d66fa5f4d150afa Mon Sep 17 00:00:00 2001 From: Nikolai Nechaev Date: Wed, 21 Jan 2026 00:15:27 +0900 Subject: [PATCH] Configuring/Window Rules: Clarify the `persistent_size` window rule description (#1352) --- content/Configuring/Window-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Configuring/Window-Rules.md b/content/Configuring/Window-Rules.md index 4d8532ad..d7c76e5c 100644 --- a/content/Configuring/Window-Rules.md +++ b/content/Configuring/Window-Rules.md @@ -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. |