Simple question which way is correct or is it even really matter to a program, if I edit Unity Dash Lenses with dconf
e.g. I want to use only whatever1.scope
for default always-search
, by default there's ['whatever1.scope'.'whatever2.scope'.'whatever3.scope'.'whatever4.scope']
so which way should I edit with brackets and quote marks included ['whatever1.scope']
or just quote marks enough 'whatever1.scope'
? The same is for disabled .scopes
if I only want to disable 'whatever4.scope'
are the quote marks enough or brackets should be included as well?
Thanks for help.