diff --git a/plugins/applications/README.md b/plugins/applications/README.md new file mode 100644 index 0000000..8baa7d2 --- /dev/null +++ b/plugins/applications/README.md @@ -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: + +`/applications.ron`: +```ron +Config( + desktop_actions: true, +) +``` \ No newline at end of file