diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-10-28 13:53:23 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-10-28 13:53:23 +0200 |
commit | 51555e9a0dfcc136c0fccb5d063c66c5954c06f8 (patch) | |
tree | 8b46db823d5d3c42ddfa5360811a40791beb76d2 /config.example | |
parent | 58f41970c33f5a5f988a3b1ea84b65e463cf529e (diff) | |
download | rofi-pass-51555e9a0dfcc136c0fccb5d063c66c5954c06f8.tar.gz |
document multi-root in config
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.example b/config.example index c6db37a..cd5a955 100644 --- a/config.example +++ b/config.example @@ -1,4 +1,5 @@ -# permanently set alternative root dir +# permanently set alternative root dir. Use ":" to separate multiple roots +# which can be switched at runtime with shift+left/right # root=/path/to/root # rofi command. Make sure to have "$@" as last argument |