diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-13 13:57:35 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-13 13:57:35 -0500 |
| commit | 2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a (patch) | |
| tree | ba0b982906e16bcff9e288313eea70e3b0f866aa /config | |
| parent | fix: background not loading on config reload (diff) | |
| download | caelestia-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')
| -rw-r--r-- | config/LauncherConfig.qml | 8 |
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", |