From 0f09eab8a0b1389fe3f8764734f38ff6ccf235c0 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 9 May 2025 16:16:21 +1000 Subject: [PATCH] fix: Stop all those random popup windows from being too big or small Please enter the commit message for your changes. Lines starting --- .config/hypr/windowrules.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/hypr/windowrules.conf b/.config/hypr/windowrules.conf index 7ea05d0..5c055e9 100644 --- a/.config/hypr/windowrules.conf +++ b/.config/hypr/windowrules.conf @@ -1,5 +1,10 @@ # hyprlang noerror true +# Default floating rules to stop windows being too large or small +windowrulev2 = size <80% <80%,floating:1 +windowrulev2 = size >50% >50%,floating:1 + + # windowrulev2 = float,class:(clipse) # windowrulev2 = size 622 652,class:(clipse) # windowrulev2 = stayfocused,class:(clipse)