A Rust API for interacting with dconf.
Version 0.3.0 - Changelog
- rustc
- cargo
- dconf
cargo build --release
First add the following to your Cargo.toml
:
[dependencies]
dconf_rs = "0.2.1"
Next, add this to your crate root:
extern crate dconf_rs;
// later
dconf_rs::set_boolean("/path/to/dconf/key", false);
Please fork this repo and submit a pull request to contribute. I will review all changes and respond if they are accepted or rejected (as well as reasons, so it will be accepted).
If you are submitting a bug, please describe the bug in detail and how to replicate if possible. Logs are also very useful.
If you are submitting a feature idea, please describe it in detail and document the potential use cases of that feature if it isn't clear.
- @kylecorry31 - Initial work
You are free to copy, modify, and distribute do-not-disturb with attribution under the terms of the MIT license. See the LICENSE file for details.