update window rules
This commit is contained in:
parent
8a2127b3d8
commit
deaefd4e06
2 changed files with 8 additions and 2 deletions
|
@ -23,3 +23,4 @@ each host should have these files:
|
||||||
- better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
|
- better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
|
||||||
- libinput
|
- libinput
|
||||||
- some way for border radius, border, tranparency theme options
|
- some way for border radius, border, tranparency theme options
|
||||||
|
- tags for pip and popups in hyprland config
|
||||||
|
|
|
@ -262,7 +262,6 @@ in {
|
||||||
"dimaround, class:^pinentry-"
|
"dimaround, class:^pinentry-"
|
||||||
"stayfocused, class:^polkit-"
|
"stayfocused, class:^polkit-"
|
||||||
"dimaround, class:^polkit-"
|
"dimaround, class:^polkit-"
|
||||||
"stayfocused, class:^rofi-"
|
|
||||||
|
|
||||||
# firefox pip
|
# firefox pip
|
||||||
"float, title:^Picture-in-Picture$"
|
"float, title:^Picture-in-Picture$"
|
||||||
|
@ -282,10 +281,16 @@ in {
|
||||||
layerrule = [
|
layerrule = [
|
||||||
"animation slide, notifications"
|
"animation slide, notifications"
|
||||||
"animation slide, waybar"
|
"animation slide, waybar"
|
||||||
|
"animation popin, rofi"
|
||||||
|
"dimaround, rofi"
|
||||||
"blur, gtk-layer-shell"
|
"blur, gtk-layer-shell"
|
||||||
"blur, notifications"
|
|
||||||
"blur, wob"
|
"blur, wob"
|
||||||
|
"blur, notifications"
|
||||||
|
"blur, waybar"
|
||||||
|
"blur, rofi"
|
||||||
"ignorezero, notifications" # fucks up the blur otherwise, rounded corners
|
"ignorezero, notifications" # fucks up the blur otherwise, rounded corners
|
||||||
|
"ignorezero, waybar"
|
||||||
|
"ignorezero, rofi"
|
||||||
];
|
];
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue