From 9aac85556bca4e40a65622a55fc446f42cc34a82 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 8 Apr 2026 22:58:49 -0700 Subject: [PATCH] wisteria: 1p fingerprint --- nix/modules/home/hosts/wisteria.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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)$" ]; -- 2.51.2