From 61d0cff357389f5e6b7b729035b677d7ca9588c0 Mon Sep 17 00:00:00 2001 From: uint Date: Sun, 14 Dec 2025 17:22:59 +0000 Subject: add cursor fonts --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index e69de29..5fb725c 100644 --- a/config.h +++ b/config.h @@ -0,0 +1,4 @@ +#include + +static int cursor_font = XC_heart; +static const char* save_path = "/path/to/your/screenshots"; -- cgit v1.2.3