Make Omarchy shutdown grace timings configurable #5128
dpan
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Omarchy’s current reboot/logout/shutdown flow seems too aggressive for Chromium session persistence on my machine.
What I’m seeing:
This suggests Chromium’s normal session state is getting cut off during shutdown, even though Omarchy already tries to close windows cleanly first.
Current behavior:
Request:
For example:
OMARCHY_SHUTDOWN_ACTION_DELAY="${OMARCHY_SHUTDOWN_ACTION_DELAY:-2}"
OMARCHY_SHUTDOWN_APP_EXIT_GRACE="${OMARCHY_SHUTDOWN_APP_EXIT_GRACE:-1}"
and use those in:
That would let users tune shutdown behavior for apps like Chromium without editing Omarchy core files.
All reactions