feat: set image_backend
This commit is contained in:
parent
1d544a3e2c
commit
100ef7a4b0
1 changed files with 2 additions and 2 deletions
|
@ -654,7 +654,7 @@ disk_display="off"
|
|||
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
|
||||
# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
|
||||
# Flag: --backend
|
||||
image_backend="kitty"
|
||||
image_backend="ascii"
|
||||
|
||||
# Image Source
|
||||
#
|
||||
|
@ -668,7 +668,7 @@ image_backend="kitty"
|
|||
# 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
|
||||
# wallpaper will be used.
|
||||
image_source="auto"
|
||||
image_source=""
|
||||
|
||||
|
||||
##--------- Ascii Options
|
||||
|
|
Loading…
Reference in a new issue