diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
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 |
