From f64d73c24c6ef82c2a9db47666802d77b89ee53c Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sun, 19 Oct 2025 02:30:28 -0400 Subject: [PATCH] Ensure consistent size --- bin/omarchy-launch-walker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-launch-walker b/bin/omarchy-launch-walker index 3f77c37f..805da5c1 100755 --- a/bin/omarchy-launch-walker +++ b/bin/omarchy-launch-walker @@ -10,4 +10,4 @@ if ! pgrep -f "walker --gapplication-service" > /dev/null; then setsid uwsm-app -- walker --gapplication-service & fi -exec walker "$@" +exec walker --width 644 --maxheight 300 --minheight 300 "$@"