Automatically treat launcher-type apps as detached

This commit is contained in:
Cameron Gutman 2023-10-03 23:14:41 -05:00
commit ed95b50f7a
4 changed files with 38 additions and 0 deletions

View file

@ -254,6 +254,7 @@ Application List
- ``image-path`` - The full path to the cover art image to use.
- ``name`` - The name of the application/game
- ``output`` - The file where the output of the command is stored
- ``auto-detach`` - Specifies whether the app should be treated as detached if it exits quickly
- ``prep-cmd`` - A list of commands to be run before/after the application
- If any of the prep-commands fail, starting the application is aborted