migrate to dotter
This commit is contained in:
parent
c5618f2f2c
commit
23b6c0a596
265 changed files with 62 additions and 3125 deletions
68
configs/vimiv/vimiv.conf
Normal file
68
configs/vimiv/vimiv.conf
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
[GENERAL]
|
||||
monitor_filesystem = True
|
||||
shuffle = False
|
||||
startup_library = True
|
||||
|
||||
# https://github.com/karlch/base16-vimiv
|
||||
style = material-darker
|
||||
|
||||
[COMMAND]
|
||||
history_limit = 100
|
||||
|
||||
[COMPLETION]
|
||||
fuzzy = False
|
||||
|
||||
[SEARCH]
|
||||
ignore_case = True
|
||||
incremental = True
|
||||
|
||||
[IMAGE]
|
||||
autoplay = True
|
||||
autowrite = ask
|
||||
overzoom = 1.0
|
||||
|
||||
[LIBRARY]
|
||||
width = 0.3
|
||||
show_hidden = False
|
||||
start_show_library = True
|
||||
expand_lib = True
|
||||
|
||||
[THUMBNAIL]
|
||||
size = 128
|
||||
|
||||
[SLIDESHOW]
|
||||
delay = 2.0
|
||||
indicator = slideshow:
|
||||
|
||||
[STATUSBAR]
|
||||
collapse_home = True
|
||||
show = True
|
||||
message_timeout = 60000
|
||||
mark_indicator = <b>*</b>
|
||||
left = {pwd}
|
||||
left_image = {index}/{total} {basename} [{zoomlevel}]
|
||||
left_thumbnail = {thumbnail-index}/{thumbnail-total} {thumbnail-name}
|
||||
left_manipulate = {basename} {image-size} Modified: {modified} {processing}
|
||||
center_thumbnail = {thumbnail-size}
|
||||
center = {slideshow-indicator} {slideshow-delay} {transformation-info}
|
||||
right = {keys} {mark-count} {mode}
|
||||
right_image = {keys} {mark-indicator} {mark-count} {mode}
|
||||
|
||||
[KEYHINT]
|
||||
delay = 500
|
||||
timeout = 5000
|
||||
|
||||
[TITLE]
|
||||
fallback = vimiv
|
||||
image = vimiv - {basename}
|
||||
|
||||
[METADATA]
|
||||
keys1 = Exif.Image.Make, Exif.Image.Model, Exif.Image.DateTime, Exif.Photo.ExposureTime, Exif.Photo.FNumber, Exif.Photo.IsoSpeedRatings, Exif.Photo.FocalLength, Exif.Photo.LensMake, Exif.Photo.LensModel, Exif.Photo.ExposureBiasValue
|
||||
keys2 = Exif.Photo.ExposureTime, Exif.Photo.FNumber, Exif.Photo.IsoSpeedRatings, Exif.Photo.FocalLength
|
||||
keys3 = Exif.Image.Artist, Exif.Image.Copyright
|
||||
|
||||
[PLUGINS]
|
||||
print = default
|
||||
|
||||
[ALIASES]
|
||||
print-quit = mark-print && quit
|
||||
Loading…
Add table
Add a link
Reference in a new issue