summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-13 13:57:35 -0500
committerATMDA <atdma2600@gmail.com>2025-11-13 13:57:35 -0500
commit2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a (patch)
treeba0b982906e16bcff9e288313eea70e3b0f866aa /config/LauncherConfig.qml
parentfix: background not loading on config reload (diff)
downloadcaelestia-shell-2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a.tar.gz
caelestia-shell-2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a.tar.bz2
caelestia-shell-2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a.zip
launcher: reverted python launcher item to not exist, changes back to c0ea060f
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 30b3e8b..9d9c50c 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -39,14 +39,6 @@ JsonObject {
dangerous: false
},
{
- name: "Python",
- icon: "code",
- description: "Execute Python one-liners",
- command: ["autocomplete", "python"],
- enabled: true,
- dangerous: false
- },
- {
name: "Scheme",
icon: "palette",
description: "Change the current colour scheme",