pop-os / launcher

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

[Web Plugin] Custom keywords resets to default ones upon an update to the launcher #223

Closed senntore closed 1 week ago

senntore commented 1 week ago

We can edit /usr/lib/pop-launcher/plugins/web/config.ron for adding custom keywords, like d for duckduckgo rather than ddg(the default one). But this change in file, automatically reverts back to it's default state upon an update to the launcher.

This would not be an issue if the config for these plugins were in the home directory(~/.local/share/pop-launcher/plugins).

mmstick commented 1 week ago

That is expected, and you can set your custom entries in your local config file.

senntore commented 1 week ago

Oh! That's great to know. I thought copying the config file to the local config directory for plugins would not work after changing stuff in there, but it is working.