diff --git a/.config/hypr/hyprland/rules.conf b/.config/hypr/hyprland/rules.conf index e7c2192fc..19945f988 100644 --- a/.config/hypr/hyprland/rules.conf +++ b/.config/hypr/hyprland/rules.conf @@ -20,6 +20,12 @@ windowrulev2 = float, class:^(nm-connection-editor)$ windowrulev2 = size 45%, class:^(nm-connection-editor)$ windowrulev2 = center, class:^(nm-connection-editor)$ +# 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. +windowrulev2 = float, class:^(plasma-changeicons)$ +windowrulev2 = noinitialfocus, class:^(plasma-changeicons)$ +windowrulev2 = move 999999 999999, class:^(plasma-changeicons)$ + # Tiling windowrulev2 = tile, class:^dev\.warp\.Warp$