From 8d5c21f571a47fea06ef095cded995ebdbf0e0da Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 30 Jul 2024 21:48:33 -0700 Subject: [PATCH] fix: signal window rule after ozone wayland hint --- modules/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 57b116f..4bad106 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -103,7 +103,7 @@ "opacity 0.80 0.80,class:^(app.drey.Warp)$ # Warp-Gtk" "opacity 0.80 0.80,class:^(net.davidotek.pupgui2)$ # ProtonUp-Qt" "opacity 0.80 0.80,class:^(yad)$ # Protontricks-Gtk" - "opacity 0.80 0.80,class:^(Signal)$ # Signal-Gtk" + "opacity 0.80 0.80,class:^(signal)$ # Signal-Gtk" "opacity 0.80 0.80,class:^(io.github.alainm23.planify)$ # planify-Gtk" "opacity 0.80 0.80,class:^(io.gitlab.theevilskeleton.Upscaler)$ # Upscaler-Gtk" "opacity 0.80 0.80,class:^(com.github.unrud.VideoDownloader)$ # VideoDownloader-Gtk"