aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/defaults.h.win32
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-07-02 14:05:54 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-07-02 14:05:54 +0200
commitdbca8cdb2a3c8e65c814521ba98f50a582194a73 (patch)
treea4054bb9963a9015e45e95e8a054fe0116ffb8ae /lib/configuration/defaults.h.win32
parentAdd --no-remote option (diff)
downloadsmolbote-dbca8cdb2a3c8e65c814521ba98f50a582194a73.tar.xz
Add configuration/defaults.h
Diffstat (limited to 'lib/configuration/defaults.h.win32')
-rw-r--r--lib/configuration/defaults.h.win3210
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/configuration/defaults.h.win32 b/lib/configuration/defaults.h.win32
new file mode 100644
index 0000000..9a8d5b3
--- /dev/null
+++ b/lib/configuration/defaults.h.win32
@@ -0,0 +1,10 @@
+#ifndef SMOLBOTE_DEFAULTS
+#define SMOLBOTE_DEFAULTS
+
+#define filter_path "hosts"
+#define plugins_path "plugins"
+#define profiles_path "profiles"
+#define bookmarks_path "bookmarks.xbel"
+#define downloads_path "~/Downloads"
+
+#endif // SMOLBOTE_DEFAULTS