From a382d33c0424afe11fd99dd232b4ece4ed899ee2 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 7 Dec 2022 13:06:20 -0500 Subject: disabled override on left-left This was preventing mouse interactions with windows. I'll need to figure out a different way of doing this. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 30c992f..0bd44da 100644 --- a/config.def.h +++ b/config.def.h @@ -420,7 +420,7 @@ static Button buttons[] = { { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, { ClkClientWin, MODKEY|ShiftMask, Button1, view, {0} }, - { ClkClientWin, 0, Button1, t0_view, {0} }, + //{ ClkClientWin, 0, Button1, t0_view, {0} }, { ClkTagBar, 0, Button1, view, {0} }, { ClkTagBar, 0, Button3, toggleview, {0} }, { ClkTagBar, MODKEY, Button1, tag, {0} }, -- cgit v1.2.3