srithon/BrightnessControl

Add support for Daemon configuration

Closed this issue · 1 comments

Instead of having to recompile with different features, it makes more sense to have a configuration file read by the Daemon.

Before, the reasoning behind not having a configuration file was the needless overhead of parsing said file with every new instance of the application. However, after splitting into a daemon and a client, this overhead is no longer relevant; the client no longer has to worry about the configuration file at all.

This issue has been addressed in version 1.4.0