From 03d8861fc29a99af9a118fd755c9238dc0029ecb Mon Sep 17 00:00:00 2001 From: Nawfal bin Mohmad Rouyan Date: Mon, 24 Nov 2025 22:12:18 +0800 Subject: [PATCH] Rename 'noscreenshare' to 'no_screen_share' for layer rule effects (#1291) * Rename 'noscreenshare' to 'no_screen_share' for layer rule effects * Fix typo in Window-Rules.md from 'abovelock' to 'above_lock' --- content/Configuring/Window-Rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Configuring/Window-Rules.md b/content/Configuring/Window-Rules.md index 6b120e6..9af582b 100644 --- a/content/Configuring/Window-Rules.md +++ b/content/Configuring/Window-Rules.md @@ -344,5 +344,5 @@ but they have different props and effects. | 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. A higher `n` means closer to the edge of the monitor. Can be negative. `n = 0` if unspecified. | -| abovelock | \[0/1/2\] | If non-zero, renders the layer above the lockscreen when the session is locked. If set to `2`, you can interact with the layer on the lockscreen, otherwise it will only be rendered above it. | -| noscreenshare | \[on\] | Hides the layer from screen sharing by drawing a black rectangle over it. | +| above_lock | \[0/1/2\] | If non-zero, renders the layer above the lockscreen when the session is locked. If set to `2`, you can interact with the layer on the lockscreen, otherwise it will only be rendered above it. | +| no_screen_share | \[on\] | Hides the layer from screen sharing by drawing a black rectangle over it. |