WayfireWM / wf-config

A library for managing configuration files, written for wayfire
https://wayfire.org/
MIT License
18 stars 19 forks source link

Write only user modified values to the config file #53

Open birdie-github opened 2 years ago

birdie-github commented 2 years ago

This is driving me mad.

When I change anything using Wayfire Config Manager, all the settings from all the plugins and options are dumped to the config file.

It would be great if you wrote only the ones actually modified/changed by the user.

soreau commented 2 years ago

wcm uses wf-config API to modify the settings and only touches the options modified. So I think this would be a wf-config issue.