add settings for hilight mode

This commit is contained in:
chrys 2016-11-04 21:57:55 +01:00
parent 643e755bd2
commit 6a8b1ba5f6
4 changed files with 16 additions and 0 deletions

View File

@ -112,6 +112,10 @@ autoSpellCheck=True
spellCheckLanguage=en_US
scriptPath=/usr/share/fenrir/scripts
[focus]
cursor=True
highlight=False
[promote]
enabled=True
inactiveTimeoutSec=120

View File

@ -112,6 +112,10 @@ autoSpellCheck=True
spellCheckLanguage=en_US
scriptPath=/usr/share/fenrir/scripts
[focus]
cursor=True
highlight=False
[promote]
enabled=True
inactiveTimeoutSec=120

View File

@ -62,6 +62,10 @@ autoSpellCheck=True
spellCheckLanguage=en_US
scriptPath=/usr/share/fenrir/scripts
[focus]
cursor=True
highlight=False
[promote]
enabled=True
inactiveTimeoutSec=120

View File

@ -55,6 +55,10 @@ settings = {
'spellCheckLanguage': 'en_US',
'scriptPath':'/etc/fenrir/scripts',
},
'focus':{
'cursor': True,
'highlight': False,
},
'promote':{
'enabled': True,
'inactiveTimeoutSec': 120,