From 282421d785c2f6561fb24d585e0a9b01d4a888b6 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:35:17 +0000 Subject: [PATCH] add address to lsr --- pages/Configuring/Keywords.md | 10 ++++------ pages/Configuring/Window-Rules.md | 3 +++ 2 files changed, 7 insertions(+), 6 deletions(-) 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