aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-13 20:50:05 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-13 20:56:39 +0200
commita0591a0cb96436686462ab42da12d967c5bced20 (patch)
treedbdf850b58f3369e870eebdfae91bb362138d8dd /config.def.h
parent6a31b02d91fe2e7808b1cc3f1c2ad7ba74d313d3 (diff)
add example of command with mouse shortcut
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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