diff options
author | tsxv478 <atci39@rambler.ru> | 2024-06-19 06:28:46 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-06-19 06:28:46 +0300 |
commit | 0a1c24d45a2df5ffa70f38fe177aa7264eb2dfe7 (patch) | |
tree | 2cc6d494d23d43f7c2e32a60e6439355fab48a54 /config.h | |
parent | b861d3433dc56fe1d89594d8ccb3d13009de5778 (diff) |
Code
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
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:'"; |