diff --git a/nix/modules/home/hosts/wisteria.nix b/nix/modules/home/hosts/wisteria.nix index 436e211..8f2e827 100755 --- a/nix/modules/home/hosts/wisteria.nix +++ b/nix/modules/home/hosts/wisteria.nix @@ -467,10 +467,11 @@ in { settings = { source = [ "~/.config/hypr/scheme/current.conf" ]; - "exec-once" = [ - "eww daemon" - "eww open cava_bg" - "cava" + "exec-once" = [ + "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" + "eww daemon" + "eww open cava_bg" + "cava" "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" "ghostty --class=com.expede.special-left" @@ -653,8 +654,16 @@ in { windowrulev2 = [ "suppressevent maximize, class:.*" "opacity 0.92 0.80, class:.*" + "opacity 1.0 1.0, class:^(Cider)$" + "opacity 1.0 1.0, class:^(discord)$" + "opacity 1.0 1.0, class:^(zen)$" "dimaround, onworkspace:s[true]" + # Disable blur on heavy GPU apps (opaque backgrounds anyway) + "noblur, class:^(Cider)$" + "noblur, class:^(discord)$" + "noblur, class:^(zen)$" + "float, class:^(pavucontrol)$" "float, class:^(org\\.gnome\\.Calculator)$" ];