Existe uma resposta parcial aqui :
O comando a usar é 'gsettings' e as configurações reais a serem usadas podem ser encontradas usando:
dconf watch /
no terminal, enquanto você ajusta as configurações. Você recebe um monte de declarações como esta:
/org/gnome/desktop/wm/preferences/theme
'elementary'
/org/pantheon/desktop/gala/behavior/hotcorner-bottomleft
'custom-command'
/org/pantheon/desktop/gala/behavior/hotcorner-bottomright
'none'
/org/pantheon/desktop/gala/behavior/hotcorner-custom-command
'xset dpms force off'
Você deseja reformatar essas linhas em comandos como este:
gsettings set org.gnome.desktop.wm.preferences theme 'elementary'
gsettings set org.pantheon.desktop.gala.behavior hotcorner-custom-command 'xset dpms force off'
gsettings set org.pantheon.desktop.gala.behavior hotcorner-bottomleft 'custom-command'