* fix: change uwsm app to uwsm-app for performance * Do not run uwsm-app in parallel as it's not supported * Fix comment --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
omarchy-launch-editor
* fix: Default to nvim if $EDITOR not set in omarchy-launch-editor Refs: https://github.com/basecamp/omarchy/pull/1697/files#r2352727184 * fix: Handle $EDITOR as GUI application by default If we do not definitively handle $EDITOR as a known TUI editor, assume a GUI editor and launch without using the terminal. Refs: https://github.com/basecamp/omarchy/pull/1697/files#r2352727184