diff options
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index b0a3f35..0cbc185 100644 --- a/config.def.h +++ b/config.def.h @@ -78,5 +78,6 @@ static key keys[] = { static Button buttons[] = { { MOD1, Button1, mousemove, {NULL}}, + { MOD4, Button3, spawn, {.com = dmenucmd}}, }; #endif |
