mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-24 06:59:53 -05:00
allow specify cursor theme and size
Co-authored-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
parent
0eb873340b
commit
365f816432
2 changed files with 8 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ static const unsigned int gappih = 10; /* horiz inner gap between wind
|
|||
static const unsigned int gappiv = 10; /* vert inner gap between windows */
|
||||
static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */
|
||||
static const unsigned int gappov = 10; /* vert outer gap between windows and screen edge */
|
||||
static const char *cursortheme = NULL; /* theme from /usr/share/cursors/xorg-x11 or ${XCURSOR_PATH} */
|
||||
static const char cursorsize[] = "24";
|
||||
static const float bordercolor[] = COLOR(0x444444ff);
|
||||
static const float focuscolor[] = COLOR(0x005577ff);
|
||||
static const float urgentcolor[] = COLOR(0xff0000ff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue