mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
allow specify cursor theme and size
Co-authored-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
This commit is contained in:
parent
83dccced8e
commit
93ff8ec760
2 changed files with 8 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
|
|||
static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};
|
||||
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */
|
||||
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 0.0};
|
||||
static const char *cursortheme = NULL; /* theme from /usr/share/cursors/xorg-x11 or ${XCURSOR_PATH} */
|
||||
static const char cursorsize[] = "24";
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue