summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-31 22:42:26 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-31 22:42:26 +0000
commit4aa7d94347b2dc940901d6e073a65df75ae04829 (patch)
treee6eab851ac68a00205196285583dfc9f0a6ab108 /config.h
parent48f53402aa54f0c0ca28990db090ead7634f3f39 (diff)
dragmfact with mouse
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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} },