update window rules

This commit is contained in:
Reid 2024-12-10 07:44:51 -08:00
parent 8a2127b3d8
commit deaefd4e06
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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 = {