content/Configuring/[Variables|Window-Rules]: Add size_limits_tiled configuration option. (#1251)

This commit is contained in:
Richard Potter 2025-10-13 06:08:45 -06:00 committed by GitHub
parent d7bdb92046
commit f743dcdf1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -459,6 +459,7 @@ _Subcategory `misc:`_
| lockdead_screen_delay | delay after which the "lockdead" screen will appear in case a lockscreen app fails to cover all the outputs (5 seconds max) | int | 1000 |
| enable_anr_dialog | whether to enable the ANR (app not responding) dialog when your apps hang | bool | true |
| anr_missed_pings | number of missed pings before showing the ANR dialog | int | 5 |
| size_limits_tiled | whether to apply minsize and maxsize rules to tiled windows | bool | false |
### Binds

View file

@ -161,8 +161,8 @@ Dynamic rules are re-evaluated every time a property changes.
| idleinhibit \[mode\] | Sets an idle inhibit rule for the window. If active, apps like `hypridle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen`. |
| opacity \[a\] | Additional opacity multiplier. Options for a: `float` -> sets an overall opacity, `float float` -> sets activeopacity and inactiveopacity respectively, `float float float` -> sets activeopacity, inactiveopacity and fullscreenopacity respectively. |
| tag \[name\] | Applies the tag `name` to the window, use prefix `+`/`-` to set/unset flag, or no prefix to toggle the flag. |
| maxsize \[w\] \[h\] | Sets the maximum size (x,y -> int). |
| minsize \[w\] \[h\] | Sets the minimum size (x,y -> int).|
| maxsize \[w\] \[h\] | Sets the maximum size (x,y -> int). Applies to floating windows. (use `misc:size_limits_tiled` to include tiled windows.) |
| minsize \[w\] \[h\] | Sets the minimum size (x,y -> int). Applies to floating windows. (use `misc:size_limits_tiled` to include tiled windows.) |
The following rules can also be set with [`setprop`](../Dispatchers#setprop):