add basic settings for attributs
This commit is contained in:
parent
f8cdc9a4cc
commit
c193f7140b
@ -165,6 +165,14 @@ autoSpellCheck=True
|
|||||||
spellCheckLanguage=en_US
|
spellCheckLanguage=en_US
|
||||||
scriptPath=/usr/share/fenrir/scripts
|
scriptPath=/usr/share/fenrir/scripts
|
||||||
commandPath=
|
commandPath=
|
||||||
|
#fenrirBGColor = the backgroundcolor
|
||||||
|
#fenrirFGColor = the foregroundcolor
|
||||||
|
#fenrirUnderline = speak the underline attribute
|
||||||
|
#fenrirBold = speak the bold attribute
|
||||||
|
#fenrirBlink = speak the blink attribute
|
||||||
|
#fenrirFont = the font
|
||||||
|
#fenrirFontSize = the fontsize
|
||||||
|
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize
|
||||||
|
|
||||||
[focus]
|
[focus]
|
||||||
cursor=True
|
cursor=True
|
||||||
|
@ -173,6 +173,14 @@ spellCheckLanguage=en_US
|
|||||||
scriptPath=/usr/share/fenrir/scripts
|
scriptPath=/usr/share/fenrir/scripts
|
||||||
# overload commands, and create new one without changing Fenrir default
|
# overload commands, and create new one without changing Fenrir default
|
||||||
commandPath=
|
commandPath=
|
||||||
|
#fenrirBGColor = the backgroundcolor
|
||||||
|
#fenrirFGColor = the foregroundcolor
|
||||||
|
#fenrirUnderline = speak the underline attribute
|
||||||
|
#fenrirBold = speak the bold attribute
|
||||||
|
#fenrirBlink = speak the blink attribute
|
||||||
|
#fenrirFont = the font
|
||||||
|
#fenrirFontSize = the fontsize
|
||||||
|
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize
|
||||||
|
|
||||||
[focus]
|
[focus]
|
||||||
#follow the text cursor
|
#follow the text cursor
|
||||||
|
@ -120,6 +120,14 @@ spellCheckLanguage=en_US
|
|||||||
scriptPath=/usr/share/fenrir/scripts
|
scriptPath=/usr/share/fenrir/scripts
|
||||||
# overload commands, and create new one without changing Fenrir default
|
# overload commands, and create new one without changing Fenrir default
|
||||||
commandPath=
|
commandPath=
|
||||||
|
#fenrirBGColor = the backgroundcolor
|
||||||
|
#fenrirFGColor = the foregroundcolor
|
||||||
|
#fenrirUnderline = speak the underline attribute
|
||||||
|
#fenrirBold = speak the bold attribute
|
||||||
|
#fenrirBlink = speak the blink attribute
|
||||||
|
#fenrirFont = the font
|
||||||
|
#fenrirFontSize = the fontsize
|
||||||
|
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize
|
||||||
|
|
||||||
[focus]
|
[focus]
|
||||||
#follow the text cursor
|
#follow the text cursor
|
||||||
|
@ -67,8 +67,9 @@ settingsData = {
|
|||||||
'dateFormat': '%A, %B %d, %Y',
|
'dateFormat': '%A, %B %d, %Y',
|
||||||
'autoSpellCheck': False,
|
'autoSpellCheck': False,
|
||||||
'spellCheckLanguage': 'en_US',
|
'spellCheckLanguage': 'en_US',
|
||||||
'scriptPath':'/usr/share/fenrir/scripts',
|
'scriptPath': '/usr/share/fenrir/scripts',
|
||||||
'commandPath':'/usr/share/fenrir/commands',
|
'commandPath': '/usr/share/fenrir/commands',
|
||||||
|
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize'
|
||||||
},
|
},
|
||||||
'focus':{
|
'focus':{
|
||||||
'cursor': True,
|
'cursor': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user