From 1bc4d0d8ec1a124c90d551e33630a547b544b459 Mon Sep 17 00:00:00 2001 From: darkwater Date: Wed, 11 Sep 2024 00:20:34 +0200 Subject: [PATCH] Configuring/Window Rules: document new order layerrule (#775) Documents hyprwm/hyprland#7697 --- pages/Configuring/Window-Rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index eea7f1b..c2f5bf6 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -329,3 +329,4 @@ namespaces in `hyprctl layers`) or `address` is an address in the form of | 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. | | 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. |