launcher: add Settings action to open controlCenter (#1088)
This commit is contained in:
parent
50e541efde
commit
a48abd216a
2 changed files with 16 additions and 0 deletions
|
|
@ -522,6 +522,14 @@ default, you must create it manually.
|
||||||
"command": ["systemctl", "suspend-then-hibernate"],
|
"command": ["systemctl", "suspend-then-hibernate"],
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"dangerous": false
|
"dangerous": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Settings",
|
||||||
|
"icon": "settings",
|
||||||
|
"description": "Configure the shell",
|
||||||
|
"command": ["caelestia", "shell", "controlCenter", "open"],
|
||||||
|
"enabled": true,
|
||||||
|
"dangerous": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dragThreshold": 50,
|
"dragThreshold": 50,
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,14 @@ JsonObject {
|
||||||
command: ["systemctl", "suspend-then-hibernate"],
|
command: ["systemctl", "suspend-then-hibernate"],
|
||||||
enabled: true,
|
enabled: true,
|
||||||
dangerous: false
|
dangerous: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Settings",
|
||||||
|
icon: "settings",
|
||||||
|
description: "Configure the shell",
|
||||||
|
command: ["caelestia", "shell", "controlCenter", "open"],
|
||||||
|
enabled: true,
|
||||||
|
dangerous: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue