disable natural scrolling by default

This inverts the scroll even on regular mice.
This commit is contained in:
Guido Cella 2020-12-21 13:06:06 +01:00
parent 33e8a3f1f3
commit bcf9d8fb9a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static const int repeat_delay = 600;
/* Trackpad */ /* Trackpad */
static const bool tap_to_click = true; 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 MODKEY WLR_MODIFIER_ALT
#define TAGKEYS(KEY,SKEY,TAG) \ #define TAGKEYS(KEY,SKEY,TAG) \