From 9910e59796be08f84de5fe87bcaaebc807d5fce0 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 10 Feb 2026 23:23:03 -0500 Subject: Added bitwarden rule floating, centered On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/WindowRules.conf modified: config/hypr/configs/WindowRules-config-v3.conf modified: config/hypr/configs/WindowRules.conf --- config/hypr/configs/WindowRules.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config/hypr/configs/WindowRules.conf') diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index dfa3addd..a409ee43 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -337,3 +337,15 @@ windowrule { float = on center = on } + +# Named rule for Bitwarden +windowrule { + name = Bitwarden + match:class = ^(Bitwarden)$ + match:title = ^(Bitwarden)$ + match:initial_class = ^(Bitwarden)$ + match:initial_title = ^(Bitwarden)$ + float = on + center = on + size = (monitor_w*0.6) (monitor_h*0.6) +} -- cgit v1.2.3