add remote settings

This commit is contained in:
chrys
2018-09-04 22:25:12 +02:00
parent 453869e9af
commit 8cf251753f
6 changed files with 78 additions and 1 deletions

View File

@ -80,7 +80,14 @@ settingsData = {
'focus':{
'cursor': True,
'highlight': False,
},
'remote':{
'enable': True,
'method': 'unix',
'enableSettingsRemote': True,
'allowSettings': 'barrier#enabled',
'enableCommandRemote': True,
'allowCommands': 'Say,defineWindow,resetSettings,resetWindow,toggleHighlight',
},
'barrier':{
'enabled': True,