From 205e667343d347e308789efef6767fef1bf78831 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 11 Jun 2026 13:12:51 +0200 Subject: [PATCH] feat(hypr): New window rules --- config/hypr/hyprland/windowrules.conf | 3 +++ 1 file changed, 3 insertions(+) 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)(.*)$