From de941d8b9ede4c77826d942dfb5eb7e1ed987e8e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:24:52 +0200 Subject: [PATCH] hyprland: fix float rules for plasma stuff --- .config/hypr/hyprland/rules.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland/rules.conf b/.config/hypr/hyprland/rules.conf index d7ce7a061..42897cafe 100644 --- a/.config/hypr/hyprland/rules.conf +++ b/.config/hypr/hyprland/rules.conf @@ -19,8 +19,8 @@ windowrulev2 = center, class:^(org.pulseaudio.pavucontrol)$ windowrulev2 = float, class:^(nm-connection-editor)$ windowrulev2 = size 45%, class:^(nm-connection-editor)$ windowrulev2 = center, class:^(nm-connection-editor)$ -windowrulev2 = center, class:.*plasmawindowed.* -windowrulev2 = center, class:kcm_bluetooth +windowrulev2 = float, class:.*plasmawindowed.* +windowrulev2 = float, class:kcm_.* # No appearance # kde-material-you-colors spawns a window when changing dark/light theme. This is to make sure it doesn't interfere at all.