Skip to content

Commit 404d81e

Browse files
committed
rules: fix tables
1 parent f45d5c2 commit 404d81e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/Configuring/Window-Rules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can have as many props and effects per rule as you please, in any order as y
4444
The supported fields for props are:
4545

4646
| Field | Argument | Description |
47-
| -------------- | --------------- |
47+
| -------------- | --------------- | --- |
4848
| match:class | \[RegEx\] | Windows with `class` matching `RegEx`. |
4949
| match:title | \[RegEx\] | Windows with `title` matching `RegEx`. |
5050
| 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
9292
> 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.
9393
9494
| Effect | argument | Description |
95-
| ---- | ----------- |
95+
| ---- | ----------- | --- |
9696
| float | \[on\] | Floats a window. |
9797
| tile | \[on\] |Tiles a window. |
9898
| fullscreen | \[on\] | Fullscreens a window. |
@@ -133,7 +133,7 @@ It's probably a good idea to surround your expressions with parentheses for clar
133133
Dynamic effects are re-evaluated every time a property changes.
134134

135135
| Effect | argument | Description |
136-
| ---- | ----------- |
136+
| ---- | ----------- | --- |
137137
| persistent_size | \[on\] | Allows size persistence between application launches for floating windows. |
138138
| no_max_size | \[on\] | Removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg). |
139139
| 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.
329329
### Props
330330

331331
| Field | Argument | Description |
332-
| -------------- | --------------- |
332+
| -------------- | --------------- | --- |
333333
| match:namespace | \[RegEx\] | namespace of the layer, check `hyprctl layers`. |
334334

335335
### Effects
336336

337337
| effect | argument | description |
338-
| ---- | ----------- |
338+
| ---- | ----------- | --- |
339339
| no_anim | \[on\] | Disables animations. |
340340
| blur | \[on\] | Enables blur for the layer. |
341341
| blur_popups | \[on\] | Enables blur for the popups. |

0 commit comments

Comments
 (0)