forked from carnager/teiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheyteiler.conf
39 lines (33 loc) · 1.39 KB
/
heyteiler.conf
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
##### heyteiler configuration file ######
### Screenshots Settings ###
# This destination used as default (One from: ./targets)
# Possible target_type var: local, clipboard, scp, s3, imgur
default_image_target=local
# Filemask for created image files.
image_filename="image-$(date +'%Y-%m-%d-%H%M%S').png"
### Screencasts Settings ###
# This destination used as default (one from ./targets)
# Possible target_type var: local, scp, s3
default_video_target=local
# Filemask for created video files. See ~/.config/heyteiler/targets for ${ffmpeg_type} value
video_filename="video-$(date +'%Y-%m-%d-%H%M%S').${ffmpeg_type}"
### Save Clipboard Settings ###
# This destination used as default (use one from ~/.config/heyteiler/destination)
# Possible Choices for paste: s3, scp, ix.io
default_text_target=local
# Filemask for created text files. See ~/.config/heyteiler/targets for ${ffmpeg_type} value
text_filename="text-$(date +'%Y-%m-%d-%H%M%S').txt"
### Recognition Settings ###
# tesseract defautl language, from 4.0.0 version is possible to use several
# languages but i'm not recommend it
default_recognize_language="eng"
### Advanced variables ###
# Save filepath in clipboard
save_filepath=yes
# The color of help messages in rofi headers
help_color="#0C73C2"
# Slop options
slop_options="-b 2 -c 255,0,0"
# TODO: test -r crosshair
# Add some custom rofi options
#rofi_options='-kb-accept-entry "!Return"'