From 77fa595e86065924a2b0752f376246cdba8c1944 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 8 Dec 2024 18:30:05 +0100 Subject: [PATCH] home/hyprland: add a few more window rules --- home/programs/hyprland.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index 51559bf..ca73396 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -237,6 +237,14 @@ in windowrulev2 = [ "float,class:(Rofi)" + "float,class:^(xdg-desktop-portal-gtk)$" + "float, title:^(.*Bitwarden Password Manager.*)$" + + "dimaround, class:^(xdg-desktop-portal-gtk)$" + + "workspace special silent, title:^(Firefox — Sharing Indicator)$" + "workspace special silent, title:^(Zen — Sharing Indicator)$" + "workspace special silent, title:^(.*is sharing (your screen|a window)\.)$" "workspace 2,class:(firefox)" "workspace 2,class:(google-chrome)"