From 87b16e6095379ce0e0a44c73926d5cbaf9a269d9 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Mon, 1 Mar 2021 11:17:10 -0600 Subject: [PATCH] Defaults should match dwm/Xorg default behavior --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 4aefa2b..ceb5b34 100644 --- a/config.def.h +++ b/config.def.h @@ -49,7 +49,7 @@ static const int repeat_delay = 600; /* Trackpad */ 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 TAGKEYS(KEY,SKEY,TAG) \