ControlCenter: add position setting to choose where the control center should open

This commit is contained in:
Ly-sec
2025-10-04 19:04:23 +02:00
parent b1e5f406e3
commit 1ae8dc0a96
10 changed files with 202 additions and 8 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
{
"settingsVersion": 13,
"settingsVersion": 14,
"bar": {
"position": "top",
"backgroundOpacity": 1,
@@ -111,6 +111,9 @@
"sortByMostUsed": true,
"terminalCommand": "xterm -e"
},
"controlCenter": {
"position": "close_to_bar_button"
},
"dock": {
"autoHide": false,
"exclusive": false,