aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2021-03-01 11:17:10 -0600
committerDevin J. Pohly <djpohly@gmail.com>2021-03-01 11:17:10 -0600
commit87b16e6095379ce0e0a44c73926d5cbaf9a269d9 (patch)
tree8764c53aeb356f73d47f0d78301492c1be1f82ff /config.def.h
parent9f90011ea28a4b0fde87c4478a793f9da8b71ea6 (diff)
Defaults should match dwm/Xorg default behavior
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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) \