diff options
author | Guido Cella <guidocella91@gmail.com> | 2020-07-28 09:07:52 +0200 |
---|---|---|
committer | Guido Cella <guidocella91@gmail.com> | 2020-07-28 09:07:52 +0200 |
commit | 13d10ba6528e88f2449dfb969444e5b308433eb9 (patch) | |
tree | d2f421f64dc878b11d5c2078fb65da6a025a0623 /config.def.h | |
parent | 9a7b7dd6c6868329c5ca2e9c05d0773a2fd52b75 (diff) |
Bind layout toggle
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 65f7259..681cfba 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,7 @@ static const Key keys[] = { { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_c, killclient, {0} }, { MODKEY, XKB_KEY_t, setlayout, {.v = &layouts[0]} }, { MODKEY, XKB_KEY_f, setlayout, {.v = &layouts[1]} }, + { MODKEY, XKB_KEY_space, setlayout, {0} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_space, togglefloating, {0} }, { MODKEY, XKB_KEY_0, view, {.ui = ~0} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_parenright, tag, {.ui = ~0} }, |