summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorStacy Harper <contact@stacyharper.net>2021-08-25 23:52:08 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commit9e476e7f095feb68ac93273351c03e95fd81b3cf (patch)
tree1c1ff7ec30ff454cf41b69d793b8abe0a0c2dc20 /config.def.h
parent70d9fd74be679281c9f2e66069cd4b1e4a0fea0a (diff)
downloadsuggpicker-9e476e7f095feb68ac93273351c03e95fd81b3cf.tar.gz
Add missing config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
new file mode 100644
index 0000000..266ba81
--- /dev/null
+++ b/config.def.h
@@ -0,0 +1,7 @@
+#ifndef config_def_h_INCLUDED
+#define config_def_h_INCLUDED
+
+static const char *default_font = "Monospace 15";
+
+#endif // config_def_h_INCLUDED
+