summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 17:22:59 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 17:22:59 +0000
commit61d0cff357389f5e6b7b729035b677d7ca9588c0 (patch)
tree07791cdc3d0b3a5796d00fbfff7dfe7deb0945cf /config.h
parentb1ac729f34756ed63323c76386e631fda94a2adb (diff)
add cursor fonts
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";