pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
219 stars 42 forks source link

Support for user modification of plugin config file #222

Open wiiznokes opened 3 weeks ago

wiiznokes commented 3 weeks ago

I was thinking of a file named pop-launcher/plugins/{plugin}/plugin-user.ron or somethings like this. The service could parse this file after the default one.

Also, it is related to #220, but if we give an id for each query, the service could use it to parse the regex and send this id to the plugin. It will allows user to modify the regex field, without impacting plugins.