dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 87b16e6095379ce0e0a44c73926d5cbaf9a269d9
parent 9f90011ea28a4b0fde87c4478a793f9da8b71ea6
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Mon,  1 Mar 2021 11:17:10 -0600

Defaults should match dwm/Xorg default behavior

Diffstat:
Mconfig.def.h | 2+-
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 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) \