summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
authorEzekiel Gonzales <141341590+notsoeazy@users.noreply.github.com>2026-01-17 21:25:30 +0800
committerGitHub <noreply@github.com>2026-01-18 00:25:30 +1100
commita48abd216a07e29294b89a7c98823b2b1102e2b5 (patch)
tree6c5e4804572bc942931fa0673933a2803227ab76 /config/LauncherConfig.qml
parentpaths: simulate variable expansion so $HOME works (#1093) (diff)
downloadcaelestia-shell-a48abd216a07e29294b89a7c98823b2b1102e2b5.tar.gz
caelestia-shell-a48abd216a07e29294b89a7c98823b2b1102e2b5.tar.bz2
caelestia-shell-a48abd216a07e29294b89a7c98823b2b1102e2b5.zip
launcher: add Settings action to open controlCenter (#1088)
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 9d9c50c..7f9c788 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -133,6 +133,14 @@ JsonObject {
command: ["systemctl", "suspend-then-hibernate"],
enabled: true,
dangerous: false
+ },
+ {
+ name: "Settings",
+ icon: "settings",
+ description: "Configure the shell",
+ command: ["caelestia", "shell", "controlCenter", "open"],
+ enabled: true,
+ dangerous: false
}
]
}