summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
authoranders130 <93037023+anders130@users.noreply.github.com>2025-09-10 13:19:26 +0200
committerGitHub <noreply@github.com>2025-09-10 21:19:26 +1000
commit58615b809e8f789a6c4f84af4bbaa6d661ca5de4 (patch)
tree4280a17a17964c6d1fa3d1484c5f28a5ba9dac50 /config/LauncherConfig.qml
parentlauncher: fix showOnHover (diff)
downloadcaelestia-shell-58615b809e8f789a6c4f84af4bbaa6d661ca5de4.tar.gz
caelestia-shell-58615b809e8f789a6c4f84af4bbaa6d661ca5de4.tar.bz2
caelestia-shell-58615b809e8f789a6c4f84af4bbaa6d661ca5de4.zip
launcher: add config option for hiding applications (#568)
* feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 31a1fc5..5f88ccd 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -10,6 +10,7 @@ JsonObject {
property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout
property int dragThreshold: 50
property bool vimKeybinds: false
+ property list<string> hiddenApps: []
property UseFuzzy useFuzzy: UseFuzzy {}
property Sizes sizes: Sizes {}