From 4eb3aa4bd7b1ddc3a8c4b45995b460d2c6c4c859 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Mon, 5 Dec 2016 23:31:18 +0100 Subject: [PATCH] Mention default config path --- doc/rofi-manpage.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index 32ab0e0e..6790d844 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -83,6 +83,7 @@ There are currently three methods of setting configuration options (evaluated in This is the recommended way of configuring **rofi**. * Configuration File: This uses the same format as the Xresources file. By default it looks in `XDG_USER_CONFIG_DIR`/rofi/config, but can be overriden on commandline. + By default XDG_USER_CONFIG_DIR defaults to `$HOME/.config`. * Command-line options: Arguments passed to **rofi**. * System configuration file (f.e. /etc/rofi.conf).