From 621d4c9173af194f703a6f197a50e597a8a20498 Mon Sep 17 00:00:00 2001
From: Stivvo <stivvo01@gmail.com>
Date: Sat, 5 Sep 2020 11:22:24 +0200
Subject: Toggle fullscreen on all clients

mod+e allows to toggle fullscreen any client, even those who don't
support it themselves
---
 config.def.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'config.def.h')

diff --git a/config.def.h b/config.def.h
index 53021cf..d821a96 100644
--- a/config.def.h
+++ b/config.def.h
@@ -75,6 +75,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} },
-- 
cgit v1.2.3