commit bcf9d8fb9a2f30e5fc0283637ee63350bf78e696
parent 33e8a3f1f3382322180c6b80bc48cb2ab4965bcf
Author: Guido Cella <guido@guidocella.xyz>
Date: Mon, 21 Dec 2020 13:06:06 +0100
disable natural scrolling by default
This inverts the scroll even on regular mice.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -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) \