From 5306343a2f1071389395b90e74f8ce935a9a9640 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 25 Feb 2023 17:41:27 +0000 Subject: [PATCH] allow blurls by address --- pages/Configuring/Keywords.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/Configuring/Keywords.md b/pages/Configuring/Keywords.md index b414104..8f1bef9 100644 --- a/pages/Configuring/Keywords.md +++ b/pages/Configuring/Keywords.md @@ -149,13 +149,16 @@ If you really want to blur them, use `blurls=` ```ini blurls=NAMESPACE +# or +blurls=address:0x
``` -where `NAMESPACE` is the namespace of the layerSurface. (You can get it from -`hyprctl layers`) +you can get the namespace / address from `hyprctl layers`. -To remove a namespace from being blurred (useful in dynamic situations) use: +To remove a blurls rule (useful in dynamic situations) use: ```ini blurls=remove,NAMESPACE +# or +blurls=remove,0x ```