From 830fd292d3f7bb1669d799dd2d770c0508fd9612 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:25:34 +0100 Subject: [PATCH] clarify window rule description (#59) Simply saying "`RULE` is a rule" isn't very helpful --- pages/Configuring/Window-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 8d43321..06e3d5a 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -12,7 +12,7 @@ You can set window rules to achieve different behaviours from the active contain windowrule=RULE,WINDOW ``` -- `RULE` is a rule (and a param if applicable) +- `RULE` is a [rule](#rules) (and a param if applicable) - `WINDOW` is a RegEx, either: - plain RegEx (for matching a window class); - `title:` followed by a regex (for matching a window's title)