diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-22 10:16:05 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-22 10:16:05 +0200 |
| commit | 425e36fc806a969daa45e8ac34992b7683443be6 (patch) | |
| tree | d2a288d454f3eda4e1760c9e0f8432370d2e9c92 | |
| parent | 9beb7910ead029734f3a074e66a71ea83e628e49 (diff) | |
| download | dotfiles-425e36fc806a969daa45e8ac34992b7683443be6.tar.gz dotfiles-425e36fc806a969daa45e8ac34992b7683443be6.zip | |
Add vimiv conf
| -rw-r--r-- | .config/vimiv/vimivrc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/vimiv/vimivrc b/.config/vimiv/vimivrc new file mode 100644 index 0000000..1a16a90 --- /dev/null +++ b/.config/vimiv/vimivrc @@ -0,0 +1,39 @@ +# Configuration file for the vimiv image viewer +# Please refer to vimivrc(5) for further information + +[GENERAL] ###################################################################### +start_fullscreen: no +start_slideshow: no +slideshow_delay: 2 +shuffle: no +display_bar: yes +default_thumbsize: (128, 128) +geometry: 800x600 +recursive: no +rescale_svg: yes +overzoom: 1 +search_case_sensitive: yes +incsearch: yes +copy_to_primary: no +commandline_padding: 6 +thumb_padding: 10 +completion_height: 200 +play_animations: yes + +[LIBRARY] ###################################################################### +start_show_library: no +library_width: 300 +expand_lib: yes +border_width: 0 +markup: <span foreground="#875FFF"> +show_hidden: no +desktop_start_dir: . +file_check_amount: 30 +tilde_in_statusbar: yes + +[EDIT] ######################################################################### +autosave_images: yes + +[ALIASES] ###################################################################### + +# vim:ft=config |
