From edf90816b1437d2a6de3f38db7560731cf38a75c Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 11 Apr 2020 21:29:27 -0500 Subject: implement Button: movemouse, resizemouse --- config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h') 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} }, +}; -- cgit v1.2.3