diff options
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 8 |
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 } ] } |