forked from flameshot-org/flameshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflameshot.example.ini
More file actions
162 lines (162 loc) · 4.34 KB
/
flameshot.example.ini
File metadata and controls
162 lines (162 loc) · 4.34 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
;[General]
;; Configure which buttons to show after drawing a selection
;; Not easy to set by hand
;buttons=@Variant(\0\0\0\x7f\0\0\0\vQList<int>\0\0\0\0\x14\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\x12\0\0\0\xf\0\0\0\x13\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe\0\0\0\x11)
;
;; List of colors for color picker
;; The colors are arranged counter-clockwise with the first being set to the right of the cursor
;; Colors are any valid hex code or W3C color name
;; "picker" adds a custom color picker
;userColors=picker, #800000, #ff0000, #ffff00, #00ff00, #008000, #00ffff, #0000ff, #ff00ff, #800080
;
;; Image Save Path
;savePath=/tmp
;
;; Whether the savePath is a fixed path (bool)
;savePathFixed=false
;
;; Default file extension for screenshots
;saveAsFileExtension=.png
;
;; UI language (auto = detected system language)
;uiLanguage=auto
;
;; Main UI color
;; Color is any valid hex code or W3C color name
;uiColor=#740096
;
;; Contrast UI color
;; Color is any valid hex code or W3C color name
;contrastUiColor=#270032
;
;; Last used color
;; Color is any valid hex code or W3C color name
;drawColor=#ff0000
;
;; Show the help screen on startup (bool)
;showHelp=true
;
;; Show the side panel button (bool)
;showSidePanelButton=true
;
;; Ignore updates to versions less than this value
;ignoreUpdateToVersion=
;
;; Show desktop notifications (bool)
;showDesktopNotification=true
;
;; Show abort notifications (bool)
;showAbortNotification=true
;
;; Filename pattern using C++ strftime formatting
;filenamePattern=%F_%H-%M
;
;; Whether the tray icon is disabled (bool)
;disabledTrayIcon=false
;
;; Automatically close daemon when it's not needed (bool)
;; (This option is not available on Windows)
;autoCloseIdleDaemon=false
;
;; Allow multiple instances of `flameshot gui` to run at the same time (bool)
;allowMultipleGuiInstances=false
;
;; Last used tool thickness; same thickness shared by Pencil, Line, Arrow, Rectangular Selection, Circle (int)
;drawThickness=3
;
;; Last used font size (int)
;drawFontSize=8
;
;; Last used Circle Counter size (int)
;drawCircleCounterSize=1
;
;; Last used Pixelate pixel size (int)
;drawPixelateSize=2
;
;; Last used size for Rectangle rounded corners (int)
;drawRectangleSize=1
;
;; Last used Marker size (int)
;drawMarkerSize=5
;
;; Keep the App Launcher open after selecting an app (bool)
;keepOpenAppLauncher=false
;
;; Launch at startup (bool)
;startupLaunch=true
;
;; Show greeting message on startup (bool)
;showStartupLaunchMessage=true
;
;; Opacity of area outside selection (int in range 0-255)
;contrastOpacity=190
;
;; Save image after copy (bool)
;saveAfterCopy=false
;
;; Copy path to image after save (bool)
;copyPathAfterSave=false
;
;; On successful upload, close the dialog and copy URL to clipboard (bool)
;copyAndCloseAfterUpload=true
;
;; Anti-aliasing image when zoom the pinned image (bool)
;antialiasingPinZoom=true
;
;; Use JPG format instead of PNG (bool)
;; (This option is not available on Windows)
;useJpgForClipboard=false
;
;; [Deprecated] Use legacy Qt X11 screenshot method instead of freedesktop
;; portal. Enable this if your WM has no xdg-desktop-portal (e.g. xmonad, i3).
;; Only effective on X11; ignored on Wayland. (bool)
;; (This option is only available on Linux)
;useX11LegacyScreenshot=false
;
;; Upload to imgur without confirmation (bool)
;uploadWithoutConfirmation=false
;
;; Use larger color palette as the default one (bool)
;predefinedColorPaletteLarge=false
;
;; Set JPEG Quality (int in range 0-100)
;jpegQuality=75
;
;; Shortcut Settings for all tools
;[Shortcuts]
;TYPE_ARROW=A
;TYPE_CANCEL=Ctrl+Backspace
;TYPE_CIRCLE=C
;TYPE_CIRCLECOUNT=
;TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
;TYPE_COPY=Ctrl+C
;TYPE_DRAWER=D
;TYPE_EXIT=Ctrl+Q
;TYPE_IMAGEUPLOADER=Return
;TYPE_MARKER=M
;TYPE_MOVESELECTION=Ctrl+M
;TYPE_MOVE_DOWN=Down
;TYPE_MOVE_LEFT=Left
;TYPE_MOVE_RIGHT=Right
;TYPE_MOVE_UP=Up
;TYPE_OPEN_APP=Ctrl+O
;TYPE_PENCIL=P
;TYPE_PIN=
;TYPE_PIXELATE=B
;TYPE_RECTANGLE=R
;TYPE_REDO=Ctrl+Shift+Z
;TYPE_RESIZE_DOWN=Shift+Down
;TYPE_RESIZE_LEFT=Shift+Left
;TYPE_RESIZE_RIGHT=Shift+Right
;TYPE_RESIZE_UP=Shift+Up
;TYPE_SYM_RESIZE_DOWN=Ctrl+Shift+Down
;TYPE_SYM_RESIZE_LEFT=Ctrl+Shift+Left
;TYPE_SYM_RESIZE_RIGHT=Ctrl+Shift+Right
;TYPE_SYM_RESIZE_UP=Ctrl+Shift+Up
;TYPE_SAVE=Ctrl+S
;TYPE_SELECTION=S
;TYPE_SELECT_ALL=Ctrl+A
;TYPE_TEXT=T
;TYPE_TOGGLE_PANEL=Space
;TYPE_GRAB_COLOR=G
;TYPE_UNDO=Ctrl+Z