From a0591a0cb96436686462ab42da12d967c5bced20 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 13 Jan 2012 20:50:05 +0200 Subject: add example of command with mouse shortcut --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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 -- cgit v1.3.1