# Default config for imv # Start fullscreen # fullscreen = true # Start with overlay visible # overlay = true # Use nearest_neighbour interpolation for pixel art # sampling = nearest_neighbour # Recurse into subdirectories when opening a path # recursive = true # When we reach the end of the open images, don't go back to the start again # cycle_input = false # Print all the images still open when we quit # list_at_exit = true # Scaling mode, one of: none, shrink, and full # scaling = none # Background, either a hex colour code or 'checks' # background = 000000 # Change to the next image automatically after 3 seconds # slideshow = 3 # Font to use for the overlay # overlay_font = "Monospace:24" # Disable imv's builtin binds so they don't conflict with the ones in this config default_binds = false [binds] = "quit" # Image navigation = "select_rel -1" <[> = "select_rel -1" = "select_rel 1" <]> = "select_rel 1" = "select_abs 0" = "select_abs -1" # Panning = "pan 0 -50" = "pan 0 50" = "pan 50 0" = "pan -50 0" # Zooming = "zoom 1" = "zoom 1" = "zoom -1" = "zoom -1" # Other commands = "remove" = "fullscreen" = "overlay"

= "exec echo $imv_path" = "center" = "scaling_mode next" = "zoom actual" = "reset" # Gif playback <.> = "next_frame" = "toggle_playing" # Slideshow control = "slideshow_duration +1" = "slideshow_duration -1"