This commit is contained in:
паша душный 2023-03-16 15:44:37 +03:00
parent 5478beac49
commit cdd176b352
4 changed files with 55 additions and 35 deletions

View file

@ -5,7 +5,8 @@
# If you want you can set this to $EDITOR to use your environment variable or
# vim if you want to specify the program directly.
# default="TUT_USE_INTERNAL"
editor="TUT_USE_INTERNAL"
# editor="TUT_USE_INTERNAL"
editor="vim"
# You need to press yes in a confirmation dialog before favoriting, boosting,
# etc.
@ -265,12 +266,14 @@ delete-temp-files=false
# The program to open images. TUT_OS_DEFAULT equals xdg-open on Linux, open on
# MacOS and start on Windows.
# default="TUT_OS_DEFAULT"
program="feh"
program="sxiv"
# program="feh"
# program="kitty"
# Arguments to pass to the program.
# default=""
args="--geometry 1800x1000 --scale-down -B #fdf6e3"
# args="--geometry 1800x1000 --scale-down -B #fdf6e3"
args="-ab -s f -g 1280x720"
# args="+kitten icat"
# If the program runs in the terminal set this to true.