Files
anyrun/plugins/applications
Kirottu beaf2549ac Added dictionary plugin and switched from a Mutex to an RwLock in the anyrun_plugin crate
This change means that `get_matches` no longer has access to a mutable version of the
state of the plugin. A redesign is needed to allow for this if needed.
2023-04-29 18:18:47 +03:00
..
2023-04-08 11:24:10 +03:00

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:

Config(
  desktop_actions: true,
)