From 12cba29e2ea86afed379fa559eb7ddfa6229030d Mon Sep 17 00:00:00 2001 From: Timo Hubois <46505685+timohubois@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:54:24 +0100 Subject: [PATCH] feat(bitwarden): Use float by default (#3734) - Similar to current 1Password configuration --- default/hypr/apps/bitwarden.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/apps/bitwarden.conf b/default/hypr/apps/bitwarden.conf index 339ddb6b..4a6c5e6a 100644 --- a/default/hypr/apps/bitwarden.conf +++ b/default/hypr/apps/bitwarden.conf @@ -1 +1,2 @@ windowrule = noscreenshare, class:^(Bitwarden)$ +windowrule = tag +floating-window, class:^(Bitwarden)$ \ No newline at end of file