-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.example
More file actions
83 lines (61 loc) · 1.99 KB
/
config.example
File metadata and controls
83 lines (61 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
; Example configuration file for Simple Viewer GL.
;
; Default configuration file locations:
; - "$XDG_CONFIG_HOME/sviewgl/config"
; - "$HOME/.config/sviewgl/config"
;
; valid true values: true, enable, 1
; all other values are treated as false
[common]
; application window class name (default: sviewgl)
;class_name = "sviewgl"
; show or hide the bottom info bar (default: false)
;hide_infobar = false
; show or hide pixel information (default: false)
;show_pixelinfo = false
; show or hide Exif information (default: false)
;show_exif = false
; background index (default: 0)
; 0 - checkerboard
; 1 - user-defined color
; 2 - red
; 3 - green
; 4 - blue
;background_index = 0
; user-defined background color (used when background_index = 1)
;background_r = 90
;background_g = 90
;background_b = 90
; fit large images to the window while preserving aspect ratio (default: false)
;fit_image = false
; start the viewer in fullscreen mode (default: false)
;full_screen = false
; show or hide a border around the image (default: false)
;show_image_border = false
; search for images in subfolders recursively on startup (default: false)
;lookup_recursive = false
; center the window when loading an image (default: false)
;center_window = false
; enable zooming with the mouse wheel (default on macOS: false, true otherwise)
;wheel_zoom = true
; pan ratio (default: 10.0)
; only valid if wheel_zoom is false
;pan_ratio = 10.0
; minimum texture size for generating mipmap levels (default: 4096)
;mipmap_texture_size = 4096
; maximum file name length displayed in the info bar (default: 100)
;file_max_length = 100
; background cell size (must be a power of two, default: 16)
;background_cell_size = 16
; image shift step in pixels / percent (default: 10 / 50%)
;shift_in_pixels = 10.0
;shift_in_percent = 0.5
; minimum SVG image dimension (default: 256)
;minSvgSize = 256.0
[position]
; desired window position (default: last position)
;window_x
;window_y
; desired window size (default: last size)
;window_w
;window_h