From 92f4148cb1c9866083d9fc7f89db91b9252aecc1 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 8 Apr 2026 18:18:35 +0200 Subject: [PATCH] why was i missing windowrule tag???? --- desktopenvs/hyprland/hypr-usr/windowrules.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index f75c4dd..e97ad29 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -26,6 +26,15 @@ windowrule { } +windowrule { + name = large-centered + match:tag = centered + float = on + move = (monitor_w*0.2) (monitor_h*0.2) + size = (monitor_w*0.6) (monitor_h*0.6) + +} + windowrule { name = launcher match:tag = launcher