From a87f908b4da8278228540a24b5189e17435e18c1 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 9 May 2026 14:39:42 +0200 Subject: [PATCH] [Hyrpland] Improve bind --- config/hypr/hyprland/windowrules.conf | 5 +++++ 1 file changed, 5 insertions(+) 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)(.*)$