allow setting the default cursor theme/size

This commit is contained in:
Leonardo Hernández Hernández 2024-06-20 19:35:50 -06:00
parent 650a918010
commit 0f6f7ea46f
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,8 @@
static const int sloppyfocus = 1; /* focus follows mouse */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const char *cursor_theme = NULL;
static const char cursor_size[] = "24"; /* Make sure it's a valid integer, otherwise things will break */
static const float rootcolor[] = COLOR(0x222222ff);
static const float bordercolor[] = COLOR(0x444444ff);
static const float focuscolor[] = COLOR(0x005577ff);