summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 17:40:31 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 17:40:31 +0000
commit6c224626ca8b1f158659483b01300fcec9f5973d (patch)
tree2a49d92cbdc15fb9f2a64bb437e965f6e0e39b78 /config.h
parent61d0cff357389f5e6b7b729035b677d7ca9588c0 (diff)
simplify so xnap doesnt write img directly
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 5fb725c..ecfc566 100644
--- a/config.h
+++ b/config.h
@@ -1,4 +1,3 @@
#include <X11/cursorfont.h>
-static int cursor_font = XC_heart;
-static const char* save_path = "/path/to/your/screenshots";
+static const unsigned int cursor_font = XC_heart;