add autoPresentIndent setting
This commit is contained in:
parent
e0d500deb9
commit
7bc41c55e7
@ -177,6 +177,7 @@ commandPath=
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
|
||||
[focus]
|
||||
cursor=True
|
||||
|
@ -185,6 +185,7 @@ commandPath=
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
|
@ -186,6 +186,7 @@ commandPath=
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
|
@ -131,6 +131,7 @@ commandPath=
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
|
@ -185,6 +185,7 @@ commandPath=
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
|
@ -72,7 +72,8 @@ settingsData = {
|
||||
'spellCheckLanguage': 'en_US',
|
||||
'scriptPath': '/usr/share/fenrir/scripts',
|
||||
'commandPath': '/usr/share/fenrir/commands',
|
||||
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize'
|
||||
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize',
|
||||
'autoPresentIndent': False,
|
||||
},
|
||||
'focus':{
|
||||
'cursor': True,
|
||||
|
Loading…
Reference in New Issue
Block a user