diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-01 13:58:15 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-01 13:58:15 +0000 |
| commit | 4602687c6d5a49475bd33b12af5d6f5c39b63e86 (patch) | |
| tree | d7cfe0f443357a0aced4e3344a639344963af74d /config.h | |
| parent | 0eb007773521b22bb263845e7ab88f7ce372f2f9 (diff) | |
add dragcfacts and switch between resizers
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 } }, |
