summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/LauncherConfig.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 9d9c50c..30b3e8b 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -39,6 +39,14 @@ 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",