diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-14 18:52:35 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-14 18:52:35 +0000 |
| commit | 83e1b0a8f41f593131ab4061f6e1d5341098b4d5 (patch) | |
| tree | ba2a180e05e55a3dea3ec78078fbd5df92d4fce0 /config.h | |
| parent | 56ea423d59b2313e4ae4a685b9d6a23c1a4914bf (diff) | |
add other capture modes, allow window and selection cursor
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
