18 lines
323 B
Markdown
18 lines
323 B
Markdown
# Applications
|
|
|
|
Launch applications.
|
|
|
|
## Usage
|
|
|
|
Simply search for the application you wish to launch.
|
|
|
|
## Configuration
|
|
|
|
```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,
|
|
)
|
|
``` |