You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Configuring/Window-Rules.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ You can have as many props and effects per rule as you please, in any order as y
44
44
The supported fields for props are:
45
45
46
46
| Field | Argument | Description |
47
-
| -------------- | --------------- |
47
+
| -------------- | --------------- | --- |
48
48
| match:class|\[RegEx\]| Windows with `class` matching `RegEx`. |
49
49
| match:title|\[RegEx\]| Windows with `title` matching `RegEx`. |
50
50
| match:initial_class|\[RegEx\]| Windows with `initialClass` matching `RegEx`. |
@@ -92,7 +92,7 @@ Static effects are evaluated once when the window is opened and never again. Thi
92
92
> It is not possible to `float` (or any other static rule) a window based on a change in the `title` after the window has been created. This applies to all static effects listed here.
93
93
94
94
| Effect | argument | Description |
95
-
| ---- | ----------- |
95
+
| ---- | ----------- | --- |
96
96
| float |\[on\]| Floats a window. |
97
97
| tile |\[on\]|Tiles a window. |
98
98
| fullscreen |\[on\]| Fullscreens a window. |
@@ -133,7 +133,7 @@ It's probably a good idea to surround your expressions with parentheses for clar
133
133
Dynamic effects are re-evaluated every time a property changes.
134
134
135
135
| Effect | argument | Description |
136
-
| ---- | ----------- |
136
+
| ---- | ----------- | --- |
137
137
| persistent_size |\[on\]| Allows size persistence between application launches for floating windows. |
138
138
| no_max_size |\[on\]| Removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg). |
139
139
| stay_focused |\[on\]| Forces focus on the window as long as it's visible. |
@@ -329,13 +329,13 @@ but they have different props and effects.
329
329
### Props
330
330
331
331
| Field | Argument | Description |
332
-
| -------------- | --------------- |
332
+
| -------------- | --------------- | --- |
333
333
| match:namespace|\[RegEx\]| namespace of the layer, check `hyprctl layers`. |
334
334
335
335
### Effects
336
336
337
337
| effect | argument | description |
338
-
| ---- | ----------- |
338
+
| ---- | ----------- | --- |
339
339
| no_anim |\[on\]| Disables animations. |
340
340
| blur |\[on\]| Enables blur for the layer. |
341
341
| blur_popups |\[on\]| Enables blur for the popups. |
0 commit comments