I'd like to change org.compiz.profiles.unity.plugins.core
-> hsize
and -> vsize
from command line.
I thought I could use
gsettings set org.compiz.profiles.unity.plugins.core vsize 4
but then I've got an error message:
No such schema 'org.compiz.profiles.unity.plugins.core'
Is it possible at all? The setting can be clearly seen, as on the attached screenshot.
You can use
dconf
:To get the current values:
To set new values:
The schema is
org.compiz.core
and it is a relocatable scheme (this makes it possible to support multiple profiles for Compiz).For relocatable schemes you have to add the path if you use
gsettings
. It's/org/compiz/profiles/unity/plugins/core/
for the Compiz profileunity
: