summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-01-22 11:28:55 +0100
committerbakkeby <[email protected]>2021-01-22 11:28:55 +0100
commit0f284023050cca4a66479e36bd2fa37a1798bf83 (patch)
treea78acc3805c9bb1938a537a86a9cf63861b78d2a /config.def.h
parent49839cf6f14919470fee1be7033df1786afb055e (diff)
downloaddwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.tar.gz
dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.zip
Adding placemouse patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 21074a5..4019465 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1160,6 +1160,9 @@ static Button buttons[] = {
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
#endif // BAR_STATUSCMD_PATCH
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
+ #if PLACEMOUSE_PATCH
+ { ClkClientWin, MODKEY|ControlMask, Button1, placemouse, {0} },
+ #endif // PLACEMOUSE_PATCH
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
#if DRAGCFACT_PATCH && CFACTS_PATCH