aboutsummaryrefslogtreecommitdiff
path: root/src/SettingsHandler.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/SettingsHandler.qml')
-rw-r--r--src/SettingsHandler.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SettingsHandler.qml b/src/SettingsHandler.qml
index fd13473..ed008c7 100644
--- a/src/SettingsHandler.qml
+++ b/src/SettingsHandler.qml
@@ -62,6 +62,8 @@ QtObject {
property int fontSize : 8
property string fontFamily : "Monospace"
property string colorScheme : "cool-retro-term"
+ property string launcherProgram : "sh"
+ property string launcherArgument : "-c"
property string overlayBackground : "black"
property string overlayFontColor : "white"
}