Defaults should match dwm/Xorg default behavior
This commit is contained in:
parent
9f90011ea2
commit
87b16e6095
|
@ -49,7 +49,7 @@ static const int repeat_delay = 600;
|
||||||
|
|
||||||
/* Trackpad */
|
/* Trackpad */
|
||||||
static const int tap_to_click = 1;
|
static const int tap_to_click = 1;
|
||||||
static const int natural_scrolling = 1;
|
static const int natural_scrolling = 0;
|
||||||
|
|
||||||
#define MODKEY WLR_MODIFIER_ALT
|
#define MODKEY WLR_MODIFIER_ALT
|
||||||
#define TAGKEYS(KEY,SKEY,TAG) \
|
#define TAGKEYS(KEY,SKEY,TAG) \
|
||||||
|
|
Loading…
Reference in a new issue