mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-03 08:47:45 +02:00
init: store true if daemon is already started
This commit is contained in:
parent
0b12d95c83
commit
e7c0995aa3
3 changed files with 19 additions and 1 deletions
|
@ -36,6 +36,12 @@ 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).
|
||||
|
||||
### Installation
|
||||
|
||||
Plugins are loaded either from `/usr/lib/reset` or `~/.config/reset/plugins`. In order to install the plugin, either install a distribution specific package that places the library into the specified system folder, or place the library in the plugins folder in your config directory.
|
||||
|
||||
Note, after installation, please move to confirmation.
|
||||
|
||||
### Confirmation
|
||||
|
||||
In order for your plugins to load, you have to define them in `.config/reset/ReSet.toml`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue