aboutsummaryrefslogtreecommitdiff
path: root/src/config/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/defaults.py')
-rw-r--r--src/config/defaults.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/defaults.py b/src/config/defaults.py
new file mode 100644
index 0000000..87bd5fb
--- /dev/null
+++ b/src/config/defaults.py
@@ -0,0 +1,7 @@
+PREFERENCES_FILE = "texty.prefs"
+DEFAULT_PREFS = {
+ "width": 800,
+ "height": 600,
+ "x_pos": "center",
+ "y_pos": "center",
+}