-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathperdyshot.conf.spec
28 lines (25 loc) · 1.09 KB
/
perdyshot.conf.spec
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
[Settings]
background = string(default = '')
shadowColour = string(default = '#949494')
filename = string(default = '')
cornerImage = string(default = '')
cornerImageDM = string(default = '')
borderImage = string(default = '')
borderImageDM = string(default = '')
[GUI]
[[CaptureModes]]
[[[__many__]]]
type = option('simple', 'script')
mode = option('window', 'selection', default = None)
file = string(default = None)
program = string(default = None)
copy = boolean(default = False)
notification = boolean(default = False)
notificationImage = string(default = None)
notificationTitle = string(default = 'Screenshot taken!')
notificationDescription = string(default = '')
[Applications]
[[__many__]]
sizeBugged = integer(default = 0)
roundTop = boolean(default = None)
roundBottom = integer(0, 2, default = None)