From 85d7f8e31fa0c16d2917321de25574e5bc902129 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 13 Mar 2024 11:48:25 -0400 Subject: [PATCH] config.h: Allow shift+scroll to work --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index da14923..021e1c6 100644 --- a/config.h +++ b/config.h @@ -158,7 +158,7 @@ static unsigned int defaultattr = 11; * Note that if you want to use ShiftMask with selmasks, set this to an other * modifier, set to 0 to not use it. */ -static uint forcemousemod = ShiftMask; +static uint forcemousemod = 0; /* * Internal mouse shortcuts.