Configuring/Window Rules: document new order layerrule (#775)

Documents hyprwm/hyprland#7697
This commit is contained in:
darkwater 2024-09-11 00:20:34 +02:00 committed by GitHub
parent 5a2bc45595
commit 1bc4d0d8ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -329,3 +329,4 @@ namespaces in `hyprctl layers`) or `address` is an address in the form of
| dimaround | dims everything behind the layer | | dimaround | dims everything behind the layer |
| xray \[on\] | sets the blur xray mode for a layer. 0 for off, 1 for on, unset for default. | | xray \[on\] | sets the blur xray mode for a layer. 0 for off, 1 for on, unset for default. |
| animation \[style\] | allows you to set a specific animation style for this layer | | animation \[style\] | allows you to set a specific animation style for this layer |
| order \[n\] | sets the order relative to other layers. Higher means closer to the edge of the monitor. Can be negative. `n = 0` if unspecified. |