73 lines
1.8 KiB
Plaintext
73 lines
1.8 KiB
Plaintext
##### teiler configuration file ######
|
|
|
|
# general variables
|
|
|
|
# the path where images, videos and pastes should be saved
|
|
img_path=$HOME/Pictures/Screenshots
|
|
vid_path=$HOME/Videos/Screencasts
|
|
paste_path=$HOME/Pictures/Paste
|
|
|
|
# set viewer for images and videos plus editor for images
|
|
viewer=feh
|
|
editor=gimp
|
|
player=vlc
|
|
|
|
# Hitting Enter will upload
|
|
always_ul=1
|
|
|
|
# Uploading options
|
|
# Possible Choices for img_ul: fb, scp, s3, imgur
|
|
# Possible Choices for vid_ul: fb, scp, s3
|
|
# Possible Choices for paste_ul: fb, scp, ix
|
|
img_ul=scp
|
|
vid_ul=scp
|
|
paste_ul=scp
|
|
|
|
# Screencast options
|
|
# Resolution to change to when recording:
|
|
res=800x600
|
|
|
|
# Ffmpeg settings
|
|
|
|
# set this to 1, if ffmpeg version is < 1.7.1
|
|
ffmpeg_compat=0
|
|
encoder=ffmpeg
|
|
|
|
# Profile to use for screencasts
|
|
# profiles are stored in $HOME/.config/teiler/profiles
|
|
# teiler ships with 2 profiles atm. mp4-pulse and mp4-noaudio
|
|
profile="mp4-pulse"
|
|
|
|
# record indicator
|
|
rec_text="capturing..."
|
|
rec_w=100
|
|
rec_font=Sans Mono-10
|
|
rec_nf=\#FFFFFF
|
|
rec_sf=\#000000
|
|
|
|
# Normally you don't want to change anything here!
|
|
SCREENCAST_PIDFILE=/tmp/$USER-teiler-screencast.pid
|
|
INDICATOR_PIDFILE=/tmp/$USER-teiler-indicator.pid
|
|
namekey=teiler
|
|
random_string=$(date +'%Y-%m-%d-%H%M%S')
|
|
img_filemask=img-$random_string.png
|
|
paste_filemask=txt-$random_string.txt
|
|
|
|
# video filemask is without extension, since it gets the extension
|
|
# from set profile
|
|
vid_filemask=vid-$random_string
|
|
help_color="#0C73C2"
|
|
slop_color="255,0,0"
|
|
slop_border=2
|
|
hidecursor=yes
|
|
# slop options
|
|
slop_border=1
|
|
slop_color="255,0,0"
|
|
hidecursor=yes
|
|
|
|
# rofi options ######
|
|
# here you can override options for rofi. normally rofi options
|
|
# are read from ~/.Xresources, so setting options there is recommended.
|
|
# you can dump options for ~/.Xresources with "rofi -dump-xresources"
|
|
# rofiopts="-border 2 -width 35 -lines 40 -padding 12"
|