aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-12-24 21:35:57 -0500
committerGitHub <noreply@github.com>2020-12-24 21:35:57 -0500
commitc5087d413fb3e6feccf1116a2e9cad8e21b06975 (patch)
treeca7293714c4483471515dee0a570214bf247bdea /config.def.h
parentd94266df915bf6b0747858aa9f51cb02a481cfaa (diff)
parentd21d5ee26227e6ec70973cfdac326f4828b7237c (diff)
Merge pull request #53 from Stivvo/fullscreen
Fullscreen support
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 2c11fd3..76e3c36 100644
--- a/config.def.h
+++ b/config.def.h
@@ -80,6 +80,7 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_m, setlayout, {.v = &layouts[2]} },
{ MODKEY, XKB_KEY_space, setlayout, {0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_space, togglefloating, {0} },
+ { MODKEY, XKB_KEY_e, togglefullscreen, {0} },
{ MODKEY, XKB_KEY_0, view, {.ui = ~0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_parenright, tag, {.ui = ~0} },
{ MODKEY, XKB_KEY_comma, focusmon, {.i = -1} },