commit a04b8c1eadfd48ceac1e01e3d08fadead1833020
parent 4c1c5ebd221ff50ef5f5a255f1a070fe0b7c6851
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Sat, 20 Apr 2024 23:27:22 -0400
config.def.h: switch resizemouse button binding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -202,7 +202,7 @@ static const Button buttons[] = {
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
- { ClkClientWin, MODKEY, Button1, resizemouse, {0} },
+ { ClkClientWin, MODKEY, Button3, resizemouse, {0} },
{ ClkTagBar, 0, Button1, view, {0} },
{ ClkTagBar, 0, Button3, toggleview, {0} },
{ ClkTagBar, MODKEY, Button1, tag, {0} },