diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-19 23:35:43 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-19 23:35:43 +0200 |
commit | 2c20acb1981fc8fbd884dbece2a1115ca37732d2 (patch) | |
tree | cafd753960b509f1c572448aaf7591a4ddb2dce8 /lib/configuration/defaults.h.linux | |
parent | clang-format pass (diff) | |
download | smolbote-2c20acb1981fc8fbd884dbece2a1115ca37732d2.tar.xz |
Update documentation
Diffstat (limited to 'lib/configuration/defaults.h.linux')
-rw-r--r-- | lib/configuration/defaults.h.linux | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/configuration/defaults.h.linux b/lib/configuration/defaults.h.linux deleted file mode 100644 index 983e36b..0000000 --- a/lib/configuration/defaults.h.linux +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef SMOLBOTE_DEFAULTS -#define SMOLBOTE_DEFAULTS - -#define filter_path "~/.config/smolbote/hosts.d" -#define plugins_path "~/.config/smolbote/plugins.d" -#define profiles_path "~/.config/smolbote/profiles.d" -#define bookmarks_path "~/.config/smolbote/bookmarks.xbel" -#define downloads_path "~/Downloads" - -#endif // SMOLBOTE_DEFAULTS |