From 4602687c6d5a49475bd33b12af5d6f5c39b63e86 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Thu, 1 Jan 2026 13:58:15 +0000 Subject: add dragcfacts and switch between resizers --- config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index bc83231..7ae0f8f 100644 --- a/config.h +++ b/config.h @@ -162,11 +162,10 @@ static const Key keys[] = { /* button definitions */ static const Button buttons[] = { /* click event mask button function argument */ - { ClkClientWin, MODKEY, Button1, movemouse, {0} }, // regular window move - { ClkClientWin, MODKEY|ShiftMask, Button1, movemouse, {.i = 1} }, // tiled window move - { ClkClientWin, MODKEY|ShiftMask, Button3, dragmfact, {0} }, + { ClkClientWin, MODKEY|ShiftMask, Button1, movemouse, {0} }, // regular window move + { ClkClientWin, MODKEY, Button1, movemouse, {.i = 1} }, // tiled window move { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, - { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, + { ClkClientWin, MODKEY, Button3, clientresize, {0} }, /* Focus windows with scroll wheel */ { ClkClientWin, MODKEY, Button4, focusstack, {.i = -1 } }, -- cgit v1.2.3