update window rules
This commit is contained in:
parent
8a2127b3d8
commit
deaefd4e06
2 changed files with 8 additions and 2 deletions
|
@ -262,7 +262,6 @@ in {
|
|||
"dimaround, class:^pinentry-"
|
||||
"stayfocused, class:^polkit-"
|
||||
"dimaround, class:^polkit-"
|
||||
"stayfocused, class:^rofi-"
|
||||
|
||||
# firefox pip
|
||||
"float, title:^Picture-in-Picture$"
|
||||
|
@ -282,10 +281,16 @@ in {
|
|||
layerrule = [
|
||||
"animation slide, notifications"
|
||||
"animation slide, waybar"
|
||||
"animation popin, rofi"
|
||||
"dimaround, rofi"
|
||||
"blur, gtk-layer-shell"
|
||||
"blur, notifications"
|
||||
"blur, wob"
|
||||
"blur, notifications"
|
||||
"blur, waybar"
|
||||
"blur, rofi"
|
||||
"ignorezero, notifications" # fucks up the blur otherwise, rounded corners
|
||||
"ignorezero, waybar"
|
||||
"ignorezero, rofi"
|
||||
];
|
||||
|
||||
decoration = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue