aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8bd6fd8..469f431 100644
--- a/main.c
+++ b/main.c
@@ -541,6 +541,12 @@ handle_xev(void) {
case Button5:
do_action(button5);
break;
+ case Button6:
+ do_action(button6);
+ break;
+ case Button7:
+ do_action(button7);
+ break;
}
break;
case KeyPress: