aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-30 10:25:37 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-30 10:25:37 -0500
commit3973ea5bfe9676bf8673781a966c933b0af0a232 (patch)
tree824b3b03ec5ffa1e09aa529548e818c152242880 /config.def.h
parent53e71957f8823e793d2bd98cf23589774e65209a (diff)
unify movemouse/resizemouse
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 5487cee..9f8c2e3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -78,7 +78,7 @@ static const Key keys[] = {
};
static const Button buttons[] = {
- { MODKEY, BTN_LEFT, movemouse, {0} },
+ { MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} },
{ MODKEY, BTN_MIDDLE, togglefloating, {0} },
- { MODKEY, BTN_RIGHT, resizemouse, {0} },
+ { MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} },
};