fenrir/config/settings/settings.conf.storm

79 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-08-14 19:24:13 -04:00
[sound]
enabled=True
2016-09-16 13:11:02 +02:00
driver=generic
2016-08-14 19:24:13 -04:00
theme=default
volume=1.0
2016-09-16 13:09:55 +02:00
# shell commands for generic sound driver
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
2016-09-16 13:29:06 +02:00
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
2016-08-14 19:24:13 -04:00
[speech]
enabled=True
driver=speechd
2016-08-30 19:02:17 -04:00
rate=0.85
2016-08-14 19:24:13 -04:00
pitch=0.5
# Pitch for capital letters
capitalPitch=0.9
2016-08-14 19:24:13 -04:00
module=espeak
2016-08-16 23:34:23 +02:00
voice=
language=english-us
2016-08-14 19:24:13 -04:00
volume=1.0
2016-09-28 22:00:51 +02:00
autoReadIncoming=True
2016-08-14 19:24:13 -04:00
[braille]
enabled=False
2016-10-08 03:22:56 +02:00
driver=brlapi
2016-08-14 19:24:13 -04:00
layout=en
[screen]
driver=linux
2016-08-26 10:19:55 +02:00
encoding=cp850
2016-08-14 19:24:13 -04:00
screenUpdateDelay=0.4
2016-08-30 19:02:17 -04:00
suspendingScreen=7
2016-08-30 11:49:17 +02:00
autodetectSuspendingScreen=False
2016-08-14 19:24:13 -04:00
[keyboard]
driver=evdev
2016-11-01 21:55:08 +01:00
# filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL
2016-08-14 19:24:13 -04:00
grabDevices=True
ignoreShortcuts=False
2016-09-28 07:57:54 -04:00
keyboardLayout=desktop
2016-08-14 19:24:13 -04:00
charEcho=False
charDeleteEcho=True
2016-08-30 19:02:17 -04:00
wordEcho=False
2016-09-28 07:57:54 -04:00
interruptOnKeyPress=True
2016-09-13 10:33:28 +02:00
# timeout for double tap in sec
doubleTapTimeout=0.2
2016-08-14 19:24:13 -04:00
[general]
debugLevel=0
2016-10-12 21:38:08 +02:00
punctuationProfile=default
2016-10-04 17:01:50 +02:00
punctuationLevel=some
respectPunctuationPause=True
2016-10-18 15:17:20 +02:00
newLinePause=True
2016-08-25 01:50:02 +02:00
numberOfClipboards=10
2016-10-12 22:22:02 +02:00
emoticons=True
2016-10-18 13:25:37 -04:00
fenrirKeys=KEY_KP0,KEY_META
scriptKey=KEY_COMPOSE
2016-08-26 01:42:31 +02:00
timeFormat=%H:%M:%P
dateFormat="%A, %B %d, %Y"
2016-09-05 16:49:15 +02:00
autoSpellCheck=True
spellCheckLanguage=en_US
2016-11-04 21:31:42 +01:00
scriptPath=/usr/share/fenrir/scripts
2016-11-04 21:57:55 +01:00
[focus]
2016-11-05 01:21:28 +01:00
#follow the text cursor
2016-11-04 21:57:55 +01:00
cursor=True
2016-11-05 01:21:28 +01:00
#follow highlighted text changes
2016-11-04 21:57:55 +01:00
highlight=False
[promote]
enabled=True
inactiveTimeoutSec=120
list=
2016-11-09 21:28:18 +01:00
[time]
enabled=False
delaySec=3600