Added Applications plugin readme

This commit is contained in:
Kirottu
2023-04-08 11:24:10 +03:00
parent f88dff93b5
commit 7a7fb55e74

View File

@@ -0,0 +1,13 @@
# Applications
## Desktop Actions
To enable desktop actions support, set `desktop_actions` in the applications plugin config
file to `true` like so:
`<anyrun config directory>/applications.ron`:
```ron
Config(
desktop_actions: true,
)
```