aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration/defaults.h.linux
blob: 983e36ba18544f1e22221e6ff4be43c2d8bcb860 (plain)
1
2
3
4
5
6
7
8
9
10
#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