diff --git a/config/hypr/hyprland/windowrules.conf b/config/hypr/hyprland/windowrules.conf index 8b640a9..0e9d9d4 100644 --- a/config/hypr/hyprland/windowrules.conf +++ b/config/hypr/hyprland/windowrules.conf @@ -97,6 +97,9 @@ windowrule = center on, match:title ^(File Operation Progress)$ windowrule = float on, match:title ^(Loading)(.*)$ windowrule = center on, match:title ^(Loading)(.*)$ +windowrule = float on, match:title ^(.*)(Launcher)(.*)$ +windowrule = center on, match:title ^(.*)(Launcher)(.*)$ + windowrule = float on, match:title ^(AG Controller)(.*)$ windowrule = center on, match:title ^(AG Controller)(.*)$ windowrule = workspace special, match:title ^(AG Controller)(.*)$