diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-16 00:42:36 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 00:42:36 +1000 |
| commit | a1da662c387dfaa21ffe0fe43af18d4ecbed8ae8 (patch) | |
| tree | de567e4a2927e9dee91d561f1ec2a3638148d88f /config | |
| parent | readme: overhaul finished! (diff) | |
| parent | launcher: completely hide disabled actions (diff) | |
| download | caelestia-shell-a1da662c387dfaa21ffe0fe43af18d4ecbed8ae8.tar.gz caelestia-shell-a1da662c387dfaa21ffe0fe43af18d4ecbed8ae8.tar.bz2 caelestia-shell-a1da662c387dfaa21ffe0fe43af18d4ecbed8ae8.zip | |
Merge pull request #52 from thaemisch/betteractions
launcher: add shutdown, reboot and logout to actions
Diffstat (limited to 'config')
| -rw-r--r-- | config/LauncherConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 987e634..ea3c364 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -4,6 +4,7 @@ JsonObject { property int maxShown: 8 property int maxWallpapers: 9 // Warning: even numbers look bad property string actionPrefix: ">" + property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout property JsonObject sizes: JsonObject { property int itemWidth: 600 |