aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-07-28 09:07:52 +0200
committerGuido Cella <guidocella91@gmail.com>2020-07-28 09:07:52 +0200
commit13d10ba6528e88f2449dfb969444e5b308433eb9 (patch)
treed2f421f64dc878b11d5c2078fb65da6a025a0623
parent9a7b7dd6c6868329c5ca2e9c05d0773a2fd52b75 (diff)
Bind layout toggle
-rw-r--r--config.def.h1
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} },