~ruther/dwl

bcf9d8fb9a2f30e5fc0283637ee63350bf78e696 — Guido Cella 4 years ago 33e8a3f
disable natural scrolling by default

This inverts the scroll even on regular mice.
1 files changed, 1 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -1
@@ 49,7 49,7 @@ static const int repeat_delay = 600;

/* Trackpad */
static const bool tap_to_click = true;
static const bool natural_scrolling = true;
static const bool natural_scrolling = false;

#define MODKEY WLR_MODIFIER_ALT
#define TAGKEYS(KEY,SKEY,TAG) \

Do not follow this link