diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#include <X11/cursorfont.h> + +static int cursor_font = XC_heart; +static const char* save_path = "/path/to/your/screenshots"; |
