aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-13 22:49:32 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-13 22:49:32 +0200
commitd2e34ebb372ddb8258dc5670f321f89e5a8d588d (patch)
treecb3c3974d7438e41670660f622e06cbf56a67c22 /config.def.h
parent7537466246a8996e01283711c4a1a4bc0e064d53 (diff)
merge mouse resize and move - depending on given arg
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 429423e..44b23bc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -77,8 +77,8 @@ static key keys[] = {
};
static Button buttons[] = {
- { MOD1, Button1, mousemove, {NULL}},
- { MOD1, Button3, mouseresize, {NULL}},
+ { MOD1, Button1, mousemotion, {.i = MOVE}},
+ { MOD1, Button3, mousemotion, {.i = RESIZE}},
{ MOD4, Button3, spawn, {.com = dmenucmd}},
};
#endif