diff --git a/pages/Configuring/Keywords.md b/pages/Configuring/Keywords.md index c941921..93773ee 100644 --- a/pages/Configuring/Keywords.md +++ b/pages/Configuring/Keywords.md @@ -145,12 +145,12 @@ More can be found in [Useful Utilities](../../Useful-Utilities). LayerSurfaces are not windows. These are for example: Your wallpapers, notification overlays, bars, etc. -If you really want to blur them, use `blurls=` +If you really want to blur them, use a layerrule: ```ini -blurls=NAMESPACE +layerrule = blur,NAMESPACE # or -blurls=address:0x
+layerrule = blur,address:0x
``` you can get the namespace / address from `hyprctl layers`. @@ -158,9 +158,7 @@ you can get the namespace / address from `hyprctl layers`. To remove a blurls rule (useful in dynamic situations) use: ```ini -blurls=remove,NAMESPACE -# or -blurls=remove,0x
+layerrule = unset, ``` # Setting the environment diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 2b5f322..1f2be5c 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -146,8 +146,11 @@ Those have specific rules separate from windows: ```ini layerrule = rule, namespace +# or +layerrule = rule, address ``` where `rule` is the rule and `namespace` is the namespace regex (find namespaces in `hyprctl layers`) +or `address` is an address in the form of `address:0x[hex]` ## Rules