mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
wiki
This commit is contained in:
parent
512fb7e55a
commit
d1f495b205
|
|
@ -27,6 +27,7 @@ We also recommend that you add RetroDECK to Steam to utilize Steam Input as ther
|
|||
|
||||
Also some RetroDECK built-in hotkeys in the radials like `Alt+F4` might help you close windows.
|
||||
|
||||
|
||||
## Folder structure
|
||||
|
||||
| Type | Folder | Comment |
|
||||
|
|
@ -229,6 +230,16 @@ You can either copy and edit the desktop files or make your own.
|
|||
|
||||
<img src="../discover.png" width="800">
|
||||
|
||||
**Tips on Applications with Launchers:**
|
||||
|
||||
If the application has a launcher and you don't want to boot into it.
|
||||
|
||||
When editing the `Exec=` in the `.desktop` files, check the applications documentation if there is a way to launch it without the launcher via cli.
|
||||
|
||||
Add that to the `Exec=` command.
|
||||
|
||||
**Example:** Steam uses `-silent` and Heroic `--no-gui`.
|
||||
|
||||
### Copy and Edit .desktop files (Recommended)
|
||||
|
||||
#### Step 1: Find the files
|
||||
|
|
@ -335,6 +346,8 @@ Exec=flatpak-spawn --host flatpak run net.openra.OpenRA
|
|||
Categories=Game
|
||||
```
|
||||
|
||||
|
||||
|
||||
## How-to: Launch Heroic Games
|
||||
|
||||
#### Step 1: Create and move .desktop file from Heroic
|
||||
|
|
|
|||
Loading…
Reference in a new issue