From 0b12d95c83d876ea6c8a281b2667a3bb496740a5 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Wed, 12 Jun 2024 17:21:02 +0200 Subject: [PATCH] readme: Add plugin confirmation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fa549e3..86fc77b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,15 @@ A window manager/compositor agnostic settings application for Linux written in r ReSet features a plugin system by loading dynamic libraries for both the daemon and the ReSet graphical user interface. A list of official plugins, installation guides and their documentation can be found at [ReSet-Plugins](https://github.com/Xetibo/ReSet-Plugins). +### Confirmation + +In order for your plugins to load, you have to define them in `.config/reset/ReSet.toml`. +This is done to avoid loading of arbitrary plugins that might be placed within this folder by accident. + +```toml +plugins = ["libreset_monitors.so", "libreset_keyboard_plugin.so"] +``` + ## Packaging ReSet is available with the following packaging solutions: