diff --git a/config/hypr/hyprland/windowrules.conf b/config/hypr/hyprland/windowrules.conf index 191b3ae..8b640a9 100644 --- a/config/hypr/hyprland/windowrules.conf +++ b/config/hypr/hyprland/windowrules.conf @@ -97,6 +97,11 @@ 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 ^(AG Controller)(.*)$ +windowrule = center on, match:title ^(AG Controller)(.*)$ +windowrule = workspace special, match:title ^(AG Controller)(.*)$ +windowrule = size 1200 800, match:title ^(AG Controller)(.*)$ + windowrule = float on, match:title ^(Qalculate)(.*)$ windowrule = center on, match:title ^(Qalculate)(.*)$ windowrule = workspace special, match:title ^(Qalculate)(.*)$