From 77f6cd6f8a8cc7dc53b2a12b0fd069a0d3bfa73a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 14 Mar 2015 12:21:39 -0400 Subject: [PATCH] revert hack to try to kill gpm in aptitude/etc --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index 14800fb..12b0fe4 100644 --- a/config.h +++ b/config.h @@ -163,8 +163,7 @@ static uint ignoremod = Mod2Mask|XK_SWITCH_MOD; /* Override mouse-select while mask is active (when MODE_MOUSE is set). * 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 forceselmod = ShiftMask; -static uint forceselmod = -1; +static uint forceselmod = ShiftMask; static Key key[] = { /* keysym mask string appkey appcursor crlf */ -- 1.7.10.4