From 9918380d1ca00ed9e823131db8ad75c56ef2a324 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 26 Feb 2026 12:38:07 +0100 Subject: Hyprland: Fix config syntax --- .config/hypr/hyprland.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 0698903..95a1ac0 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -198,7 +198,7 @@ windowrule { float = yes center = yes - size = 50%, 90% + size = window_w window_h } windowrule { @@ -207,5 +207,5 @@ windowrule { float = yes center = yes - size = 50%, 50% + size = 50% 50% } -- cgit v1.2.3