summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-05-06 21:40:53 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-05-06 21:40:53 +0100
commit214992a9baa64b6b2733273d507111e70f36477e (patch)
tree5afd9c1b39b2886c133521cd45f26a55f3c7a5c3 /config.def.h
parentd1716bda6b8890d268358901d03e1f4748956ba2 (diff)
downloadtabbed-214992a9baa64b6b2733273d507111e70f36477e.tar.gz
added generic client support (thanks Stephen)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 402cf25..a360500 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,7 @@ static const Bool foreground = False;
static Key keys[] = { \
/* modifier key function argument */
{ MODKEY|ShiftMask, XK_Return, focusonce, { 0 } },
- { MODKEY|ShiftMask, XK_Return, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } },
+ { MODKEY|ShiftMask, XK_Return, spawn, { 0 } },
{ MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } },
{ MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } },
{ MODKEY, XK_Tab, rotate, { .i = 0 } },