unify driver loading
This commit is contained in:
parent
acbc107a48
commit
72069e725b
55
config/settings/settings.conf.chrys
Normal file
55
config/settings/settings.conf.chrys
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
[sound]
|
||||||
|
enabled=True
|
||||||
|
driver=sox
|
||||||
|
theme=default
|
||||||
|
volume=1.0
|
||||||
|
|
||||||
|
[speech]
|
||||||
|
enabled=True
|
||||||
|
driver=speechd
|
||||||
|
rate=0.75
|
||||||
|
pitch=0.5
|
||||||
|
module=espeak
|
||||||
|
voice=de
|
||||||
|
language=de
|
||||||
|
volume=0.8
|
||||||
|
autoReadIncomming=True
|
||||||
|
|
||||||
|
[braille]
|
||||||
|
enabled=False
|
||||||
|
layout=en
|
||||||
|
|
||||||
|
[screen]
|
||||||
|
driver=linux
|
||||||
|
encoding=cp850
|
||||||
|
screenUpdateDelay=0.4
|
||||||
|
suspendingScreen=1,2
|
||||||
|
autodetectSuspendingScreen=False
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
driver=evdev
|
||||||
|
device=all
|
||||||
|
grabDevices=True
|
||||||
|
ignoreShortcuts=False
|
||||||
|
keyboardLayout=test
|
||||||
|
charEcho=True
|
||||||
|
charDeleteEcho=True
|
||||||
|
wordEcho=True
|
||||||
|
interruptOnKeyPress=False
|
||||||
|
# timeout for double tap in sec
|
||||||
|
doubleTapDelay=0.2
|
||||||
|
|
||||||
|
[general]
|
||||||
|
debugLevel=1
|
||||||
|
punctuationLevel=1
|
||||||
|
numberOfClipboards=10
|
||||||
|
fenrirKeys=KEY_KP0
|
||||||
|
timeFormat=%H:%M:%P
|
||||||
|
dateFormat="%A, %B %d, %Y"
|
||||||
|
autoSpellCheck=True
|
||||||
|
spellCheckLanguage=en_US
|
||||||
|
|
||||||
|
[promote]
|
||||||
|
enabled=True
|
||||||
|
inactiveTimeoutSec=120
|
||||||
|
list=chrys,test
|
Loading…
Reference in New Issue
Block a user