Adding revamped dragmfact patch ref. #19

This commit is contained in:
bakkeby
2020-03-27 20:46:54 +01:00
parent cf2e0c1d70
commit e9e32d28c7
8 changed files with 235 additions and 56 deletions

View File

@@ -954,6 +954,9 @@ static Button buttons[] = {
#if DRAGCFACT_PATCH && CFACTS_PATCH
{ ClkClientWin, MODKEY|ShiftMask, Button3, dragcfact, {0} },
#endif // DRAGCFACT_PATCH
#if DRAGMFACT_PATCH
{ ClkClientWin, MODKEY|ShiftMask, Button1, dragmfact, {0} },
#endif // DRAGMFACT_PATCH
{ ClkTagBar, 0, Button1, view, {0} },
{ ClkTagBar, 0, Button3, toggleview, {0} },
{ ClkTagBar, MODKEY, Button1, tag, {0} },