summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9594864..f0545c1 100644
--- a/config.h
+++ b/config.h
@@ -12,3 +12,8 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_Escape, quit, {0} },
{ MODKEY, XKB_KEY_F1, focusnext, {0} },
};
+
+static const Button buttons[] = {
+ { MODKEY, BTN_LEFT, movemouse, {0} },
+ { MODKEY, BTN_RIGHT, resizemouse, {0} },
+};