From 32d187eab056ea3f60c46f05c3cf486e680bc779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=BCndel?= Date: Sat, 31 Jan 2026 18:02:17 +0100 Subject: [PATCH] Add window rules for Bitwarden Chrome Extension (#4389) --- default/hypr/apps/bitwarden.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/apps/bitwarden.conf b/default/hypr/apps/bitwarden.conf index 974aa28c..4cf5e7d7 100644 --- a/default/hypr/apps/bitwarden.conf +++ b/default/hypr/apps/bitwarden.conf @@ -1,2 +1,6 @@ windowrule = no_screen_share on, match:class ^(Bitwarden)$ windowrule = tag +floating-window, match:class ^(Bitwarden)$ + +# Bitwarden Chrome Extension +windowrule = no_screen_share on, match:class chrome-nngceckbapebfimnlniiiahkandclblb-Default +windowrule = tag +floating-window, match:class chrome-nngceckbapebfimnlniiiahkandclblb-Default \ No newline at end of file