From 9993e275869d9c5b8b54f90727d21573878d50ea Mon Sep 17 00:00:00 2001 From: karlch Date: Sun, 17 May 2020 01:48:05 +0200 Subject: State vimiv styles directory explicitly in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 75f826f..6ababf9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ All files in this repository are generated by ### Usage Pick your favorite theme from the `build/` directory, place the file in vimiv's styles -directory and set the `style` option in `vimiv.conf` to the name of your chosen file. +directory `$XDG_CONFIG_HOME/vimiv/styles` and set the `style` option in `vimiv.conf` to +the name of your chosen file. See [vimiv's documentation](https://karlch.github.io/vimiv-qt/documentation/configuration/style.html) for more details on styling. -- cgit