From 04054c95690613c0112ea0715ce8f3960ce33069 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 7 Mar 2026 20:21:05 +0200 Subject: [PATCH] fix: small localsend window (#4923) * feat(hypr): add window size rule for LocalSend * chore(hypr): remove Share class from localsend window rule --- default/hypr/apps/localsend.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/apps/localsend.conf b/default/hypr/apps/localsend.conf index c1741692..c4f6a552 100644 --- a/default/hypr/apps/localsend.conf +++ b/default/hypr/apps/localsend.conf @@ -1,3 +1,4 @@ # Float LocalSend and fzf file picker windowrule = float on, match:class (Share|localsend) windowrule = center on, match:class (Share|localsend) +windowrule = size 1100 700, match:class localsend