1
0
Fork 0

config.h: Allow shift+scroll to work

This commit is contained in:
Aaron Lindsay 2024-03-13 11:48:25 -04:00
parent 80c0d70076
commit 85d7f8e31f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ static unsigned int defaultattr = 11;
* Note that if you want to use ShiftMask with selmasks, set this to an other * Note that if you want to use ShiftMask with selmasks, set this to an other
* modifier, set to 0 to not use it. * modifier, set to 0 to not use it.
*/ */
static uint forcemousemod = ShiftMask; static uint forcemousemod = 0;
/* /*
* Internal mouse shortcuts. * Internal mouse shortcuts.