summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctavian Cerna <octavian.cerna@gmail.com>2013-01-16 02:19:52 +0200
committerOctavian Cerna <octavian.cerna@gmail.com>2013-01-16 02:19:52 +0200
commited7ac8338f71c4e23013c9249ad0f295037f31d4 (patch)
treedafcd1346058c47fcf5f75f129194c2fc7249a48
parentc2aff7e1695fbedaa10ab2048bcad3a930adb674 (diff)
config.h: Add key for restart and update rules.
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 944da37..d314b43 100644
--- a/config.h
+++ b/config.h
@@ -34,7 +34,8 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, True, -1 },
- { "Firefox", NULL, NULL, 1 << 8, False, -1 },
+ { "Pidgin", NULL, NULL, 0, True, -1 },
+ { "qemu-", NULL, NULL, 0, True, -1 },
};
/* layout(s) */
@@ -99,6 +100,7 @@ static Key keys[] = {
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
+ { MODKEY|ControlMask, XK_r, quit, {.i = 1 } }, /* restart */
};
/* button definitions */