diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-02-16 19:53:03 +0100 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-02-16 19:53:03 +0100 |
commit | 13e3aca1cbc322308729d2e6644a420daf811c93 (patch) | |
tree | d23536538952e5a2369e5f9b0882b6c3494cc1e1 /config.def.h | |
parent | c6be3a7d9f36725fa968383e979d1ce00488bd8b (diff) |
improved focus handling
Diffstat (limited to 'config.def.h')
-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 6824ba1..402cf25 100644 --- a/config.def.h +++ b/config.def.h @@ -11,6 +11,7 @@ static const Bool foreground = False; #define MODKEY ControlMask 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_l, rotate, { .i = +1 } }, { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } }, |