From 08f187b4eaa09ceaf55a0d5dcc1f66f94eff0405 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Jul 2025 11:39:38 -0400 Subject: [PATCH] Include satty in the list of windows that get a minimum size Fixes #299 Co-authored-by: @mtk3d --- default/hypr/windows.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index 7cbb244..bf9049d 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -6,7 +6,7 @@ windowrule = tile, class:^(Chromium)$ # Float and center settings and previews windowrule = float, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|Omarchy)$ -windowrule = size 800 600, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer)$ +windowrule = size 800 600, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|com.gabm.satty)$ windowrule = size 645 450, class:Omarchy windowrule = center, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|Omarchy)$