add remote settings
This commit is contained in:
@ -187,6 +187,20 @@ shell=
|
||||
cursor=True
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
method=unix
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# permitted settings
|
||||
allowSettings=barrier#enabled
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
# permitted commands
|
||||
allowCommands=Say,defineWindow,resetSettings,resetWindow,toggleHighlight
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
|
@ -197,6 +197,20 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
method=unix
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# permitted settings
|
||||
allowSettings=barrier#enabled
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
# permitted commands
|
||||
allowCommands=Say,defineWindow,resetSettings,resetWindow,toggleHighlight
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
|
@ -198,6 +198,20 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
method=unix
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# permitted settings
|
||||
allowSettings=barrier#enabled
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
# permitted commands
|
||||
allowCommands=Say,defineWindow,resetSettings,resetWindow,toggleHighlight
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
|
@ -143,6 +143,20 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
method=unix
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# permitted settings
|
||||
allowSettings=barrier#enabled
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
# permitted commands
|
||||
allowCommands=Say,defineWindow,resetSettings,resetWindow,toggleHighlight
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
|
@ -197,6 +197,20 @@ cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
method=unix
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# permitted settings
|
||||
allowSettings=barrier#enabled
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
# permitted commands
|
||||
allowCommands=Say,defineWindow,resetSettings,resetWindow,toggleHighlight
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
|
Reference in New Issue
Block a user