From 4aa7d94347b2dc940901d6e073a65df75ae04829 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Wed, 31 Dec 2025 22:42:26 +0000 Subject: dragmfact with mouse --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index bee334d..bc83231 100644 --- a/config.h +++ b/config.h @@ -164,6 +164,7 @@ 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, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, -- cgit v1.2.3