diff --git a/content/Configuring/Keywords.md b/content/Configuring/Keywords.md index 0ae02a8..3ca0d1d 100644 --- a/content/Configuring/Keywords.md +++ b/content/Configuring/Keywords.md @@ -148,9 +148,9 @@ notification overlays, bars, etc. If you want to blur them, use a layer rule: ```ini -layerrule = blur, NAMESPACE +layerrule = match:namespace NAMESPACE, blur # or -layerrule = blur, address:0x
+layerrule = address:0x
, blur ``` You can get the namespace / address from `hyprctl layers`. @@ -158,13 +158,13 @@ You can get the namespace / address from `hyprctl layers`. To remove a layer rule (useful in dynamic situations) use: ```ini -layerrule = unset, +layerrule = , unset ``` For example: ```ini -layerrule = unset, NAMESPACE +layerrule = NAMESPACE, unset ``` ## Setting the environment