summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-23 17:48:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-23 17:48:15 +1000
commit85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7 (patch)
tree351aa55a1d78c228ed09f15cd724c6865ec551e5 /config
parentlauncher: show current scheme/variant (diff)
downloadcaelestia-shell-85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7.tar.gz
caelestia-shell-85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7.tar.bz2
caelestia-shell-85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7.zip
launcher: add special search
Closes #464
Diffstat (limited to 'config')
-rw-r--r--config/LauncherConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 9364b91..fa5b7a5 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -4,6 +4,7 @@ JsonObject {
property bool enabled: true
property int maxShown: 8
property int maxWallpapers: 9 // Warning: even numbers look bad
+ property string specialPrefix: "@"
property string actionPrefix: ">"
property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout
property int dragThreshold: 50