Added a README to each of the plugins, giving an overview on how they work

This commit is contained in:
Kirottu
2023-05-02 08:37:43 +03:00
parent 8a4c0ae397
commit 81b00ad52b
10 changed files with 130 additions and 16 deletions

View File

@@ -1,13 +1,18 @@
# Applications
## Desktop Actions
Launch applications.
To enable desktop actions support, set `desktop_actions` in the applications plugin config
file to `true` like so:
## Usage
Simply search for the application you wish to launch.
## Configuration
`<anyrun config directory>/applications.ron`:
```ron
// <Anyrun config dir>/applications.ron
Config(
// Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf
desktop_actions: true,
max_entries: 5,
)
```