From 22765f518346c86d62efb0578a5faef6f213765c Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 20:16:02 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76e7b5e..8b2b302 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ bindsym Shift+XF86AudioLowerVolume exec --no-startup-id volumectl -D ## Config 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)) +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 @@ -188,7 +188,7 @@ You can see what all the available config variables are by looking at the [example_config.ini](./example_config.ini). The easiest way to go to setup a custom config is by running the following commands -```console +```bash mkdir -p ${XDG_CONFIG_HOME:-$HOME/.config}/volumectl cp $HOME/.local/lib/volumectl/example_config.ini ${XDG_CONFIG_HOME:-$HOME/.config}/volumectl/config.ini ```