From 83e1b0a8f41f593131ab4061f6e1d5341098b4d5 Mon Sep 17 00:00:00 2001 From: uint Date: Sun, 14 Dec 2025 18:52:35 +0000 Subject: add other capture modes, allow window and selection cursor --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index ecfc566..317a3aa 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,4 @@ #include -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; -- cgit v1.2.3