mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 20:47:47 +00:00
Ensure consistent size
This commit is contained in:
@@ -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 "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user