Ensure consistent size

This commit is contained in:
Ryan Hughes
2025-10-19 02:30:28 -04:00
parent 880e779cf2
commit f64d73c24c

View File

@@ -10,4 +10,4 @@ if ! pgrep -f "walker --gapplication-service" > /dev/null; then
setsid uwsm-app -- walker --gapplication-service & setsid uwsm-app -- walker --gapplication-service &
fi fi
exec walker "$@" exec walker --width 644 --maxheight 300 --minheight 300 "$@"