diff options
Diffstat (limited to '')
-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 7593441..ef6bf0b 100644 --- a/config.def.h +++ b/config.def.h @@ -259,6 +259,7 @@ static const Key keys[] = { { MODKEY|META, XKB_KEY_l, shiftboth, { .i = +1 } }, { MODKEY|SHIFT, XKB_KEY_Return, zoom, {0} }, { META, XKB_KEY_Escape, view, {0} }, + { MODKEY, XKB_KEY_o, winview, {0}}, { MODKEY, XKB_KEY_q, killclient, {0} }, { MODKEY, XKB_KEY_s, setlayout, {.v = &layouts[0]} }, { MODKEY, XKB_KEY_v, setlayout, {.v = &layouts[1]} }, |