#Blurring screen when walker is open adds weird border around notifications
24 messages · Page 1 of 1 (latest)
Just tried match:title and changing walker to ^(.*walker.*)$, both options still apply the blur when walker is open, but there is still the weird border
maybe namespace: notifications
seems to be weird with screenshot region selection
layerrule {
name = mako
match:namespace = notifications
match:namespace = hyprpicker
match:namespace = selection
animation = slide right
blur = on
ignore_alpha = 1
}
i like the layerrule = blur on, match:class ^(walker)$ thanks
Will try the namespace fix when home, ty!
Fixed it, tysm Foghorn!
can you screenshot region still?
OH do you mean screenshot the fixed, notification?
man. my screenshot selector has become all blur and cant see what i'm selecting (altho the screenshots come out fine if i aim correctly)
oh my god, thats happening to me too and I didnt evven realize... welp, thats another issue with the blur that we need to fix... sorry about that
namespace: hyprpicker
namespace: selection
found with for i in 1 2 3 4 5 6; do hyprctl layers; sleep 1 ; done
i updated above snippet to fix
Awesome, working for me too! tysm!
wait no the weird border is back for notifications
true. weird
can multiple match's be used in one windowrule? I dont think ive seen that before
layerrule {
name = mako
match:namespace = notifications
animation = slide right
ignore_alpha = 1
}
layerrule {
name = pickers
match:namespace = hyprpicker
match:namespace = selection
ignore_alpha = 1
}
let me try splitting them rteal quick
the blur = on was unnecessary it seems. ignore_alpha was all huh