add settings for hilight mode
This commit is contained in:
parent
643e755bd2
commit
6a8b1ba5f6
@ -112,6 +112,10 @@ autoSpellCheck=True
|
||||
spellCheckLanguage=en_US
|
||||
scriptPath=/usr/share/fenrir/scripts
|
||||
|
||||
[focus]
|
||||
cursor=True
|
||||
highlight=False
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -112,6 +112,10 @@ autoSpellCheck=True
|
||||
spellCheckLanguage=en_US
|
||||
scriptPath=/usr/share/fenrir/scripts
|
||||
|
||||
[focus]
|
||||
cursor=True
|
||||
highlight=False
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -62,6 +62,10 @@ autoSpellCheck=True
|
||||
spellCheckLanguage=en_US
|
||||
scriptPath=/usr/share/fenrir/scripts
|
||||
|
||||
[focus]
|
||||
cursor=True
|
||||
highlight=False
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
|
@ -55,6 +55,10 @@ settings = {
|
||||
'spellCheckLanguage': 'en_US',
|
||||
'scriptPath':'/etc/fenrir/scripts',
|
||||
},
|
||||
'focus':{
|
||||
'cursor': True,
|
||||
'highlight': False,
|
||||
},
|
||||
'promote':{
|
||||
'enabled': True,
|
||||
'inactiveTimeoutSec': 120,
|
||||
|
Loading…
Reference in New Issue
Block a user