summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..a558272
--- /dev/null
+++ b/config.h
@@ -0,0 +1,4 @@
+#define TIMEFORMAT "%Y/%m/%d, %H:%M"
+
+static const char *filepath = ".local/share/notes/notes.txt";
+static const char *dmenucmd = "printf '' | dmenu -p 'Enter note:'";