From a7ea1d4ae60e78ccd6b27324392adb359160e9fe Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 19:44:54 +0200 Subject: [PATCH] Updated README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c17a100..0b9df7e 100644 --- a/README.md +++ b/README.md @@ -115,4 +115,15 @@ volumectl -i The config file is an optional feature, but it allows you to set a different volume controller than the default one ([pamixer](https://github.com/cdemoulins/pamixer)) +To enable the config file, first make you installed the `read_ini.sh` script +(see above, in the dependencies) just create a `config.ini` file in the +`$HOME/.config/volumectl/` directory. + +If you think the default values are fine but want to modify just one value, +then you can just place that value in the config file, `volumectl` will just +take that changed value and keep the rest as default. + +You can see what a normal config file looks like by looking at the [example_config.ini](./example_config.ini). + +