From 6c224626ca8b1f158659483b01300fcec9f5973d Mon Sep 17 00:00:00 2001 From: uint Date: Sun, 14 Dec 2025 17:40:31 +0000 Subject: simplify so xnap doesnt write img directly --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 5fb725c..ecfc566 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,3 @@ #include -static int cursor_font = XC_heart; -static const char* save_path = "/path/to/your/screenshots"; +static const unsigned int cursor_font = XC_heart; -- cgit v1.2.3