aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 62b522c..b0a3f35 100644
--- a/config.def.h
+++ b/config.def.h
@@ -76,4 +76,7 @@ static key keys[] = {
DESKTOPCHANGE( XK_F4, 3)
};
+static Button buttons[] = {
+ { MOD1, Button1, mousemove, {NULL}},
+};
#endif