From 691bc064bbf59ea0ee663cec20b8e1ff54680194 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 4 Feb 2025 08:23:29 +0300 Subject: wiki: Fix copy-paste typo --- wiki/Configuration:-Window-Rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md index 5fa44021..d14f36d7 100644 --- a/wiki/Configuration:-Window-Rules.md +++ b/wiki/Configuration:-Window-Rules.md @@ -627,7 +627,7 @@ window-rule { Override the shadow options for the window. -These rules have the same options as the normal shadow config in the [layout](./Configuration:-Layout.md) section, so check the documentation there. +This rule has the same options as the normal shadow config in the [layout](./Configuration:-Layout.md) section, so check the documentation there. However, in addition to `on` to enable the shadow, this window rule has an `off` flag that disables the shadow for the window even if it was otherwise enabled. The `on` flag has precedence over the `off` flag, in case both are set. @@ -636,7 +636,7 @@ The `on` flag has precedence over the `off` flag, in case both are set. // Turn on shadows for floating windows. window-rule { match is-floating=true - + shadow { on } -- cgit