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
index e69de29..5fb725c 100644
--- a/config.h
+++ b/config.h
@@ -0,0 +1,4 @@
+#include <X11/cursorfont.h>
+
+static int cursor_font = XC_heart;
+static const char* save_path = "/path/to/your/screenshots";