Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
40
rated 0 times [  40] [ 0]  / answers: 1 / hits: 11519  / 1 Year ago, wed, december 7, 2022, 10:47:51

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.



enter image description here


More From » unity

 Answers
0

You can use dconf:



To get the current values:



dconf read /org/compiz/profiles/unity/plugins/core/hsize
dconf read /org/compiz/profiles/unity/plugins/core/vsize


To set new values:



dconf write /org/compiz/profiles/unity/plugins/core/hsize 2

[#26033] Friday, December 9, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tialmes

Total Points: 14
Total Questions: 108
Total Answers: 102

Location: Oman
Member since Thu, Jun 16, 2022
2 Years ago
;