Merge branch 'libinput_scroll_factor' of codeberg.org:hiqqup/dwl into libinput_scroll_factor

This commit is contained in:
hiqqup 2023-12-12 15:08:44 +01:00
commit c038104eee
3 changed files with 22 additions and 15 deletions

View file

@ -7,6 +7,7 @@
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 float rootcolor[] = COLOR(0x222222ff);
static const float bordercolor[] = COLOR(0x444444ff);
static const float focuscolor[] = COLOR(0x005577ff);
static const float urgentcolor[] = COLOR(0xff0000ff);