aboutsummaryrefslogtreecommitdiff
path: root/src/SettingsHandler.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/SettingsHandler.qml')
-rw-r--r--src/SettingsHandler.qml19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/SettingsHandler.qml b/src/SettingsHandler.qml
index 1b54251..ca5ea6b 100644
--- a/src/SettingsHandler.qml
+++ b/src/SettingsHandler.qml
@@ -58,15 +58,16 @@ QtObject {
property Settings terminal : Settings {
category: "terminal"
- property int initialLines : 20
- property int frameWidth : 10
- 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"
+ property int initialLines : 20
+ property string initialWorkingDirectory : "$HOME"
+ property int frameWidth : 10
+ 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"
}
property Settings command : Settings {