diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-14 17:40:31 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-14 17:40:31 +0000 |
| commit | 6c224626ca8b1f158659483b01300fcec9f5973d (patch) | |
| tree | 2a49d92cbdc15fb9f2a64bb437e965f6e0e39b78 /config.h | |
| parent | 61d0cff357389f5e6b7b729035b677d7ca9588c0 (diff) | |
simplify so xnap doesnt write img directly
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
