summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 18:52:35 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 18:52:35 +0000
commit83e1b0a8f41f593131ab4061f6e1d5341098b4d5 (patch)
treeba2a180e05e55a3dea3ec78078fbd5df92d4fce0 /config.h
parent56ea423d59b2313e4ae4a685b9d6a23c1a4914bf (diff)
add other capture modes, allow window and selection cursor
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index ecfc566..317a3aa 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,4 @@
#include <X11/cursorfont.h>
-static const unsigned int cursor_font = XC_heart;
+static const unsigned int sel_cursor = XC_dot;
+static const unsigned int win_cursor = XC_right_ptr;