From 0aac915fcddb7c0c3f4e762ff868b990bb91b249 Mon Sep 17 00:00:00 2001 From: primalmotion <208711+primalmotion@users.noreply.github.com> Date: Fri, 5 May 2023 06:40:51 -0700 Subject: [PATCH] fixed: typo referencing old blurls (#216) Also add an example on how to unset a layer rule --- pages/Configuring/Keywords.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Keywords.md b/pages/Configuring/Keywords.md index 438993d..608931a 100644 --- a/pages/Configuring/Keywords.md +++ b/pages/Configuring/Keywords.md @@ -160,12 +160,18 @@ layerrule = blur,address:0x
you can get the namespace / address from `hyprctl layers`. -To remove a blurls rule (useful in dynamic situations) use: +To remove a layer rule (useful in dynamic situations) use: ```ini layerrule = unset, ``` +For example: + +```ini +layerrule = unset,NAMESPACE +``` + # Setting the environment {{< hint type=note >}}