From 71b35b57ef4fe4cf960189c94d30f65a78ef220c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 17 Jan 2017 15:02:24 +1100 Subject: [PATCH] Config: Update docs --- config/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config b/config/config index 4fc14ef9..37907b80 100644 --- a/config/config +++ b/config/config @@ -530,7 +530,7 @@ disk_display="off" # # Default: 'ascii' # Values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m' -# Flag: --image_backend +# Flag: --backend image_backend="ascii" # Image Source @@ -539,7 +539,7 @@ image_backend="ascii" # # Default: 'auto' # Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' -# Flag: --image_source +# Flag: --source # # NOTE: 'auto' will pick the best image source for whatever image backend is used. # In ascii mode, distro ascii art will be used and in an image mode, your @@ -710,4 +710,4 @@ image_host="teknik" # # NOTE: Don't change this value, neofetch reads this to determine # how to handle backwards compatibility. -config_version="2.1.0" \ No newline at end of file +config_version="2.1.0"