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 6e18fd3..41b652f 100644 --- a/config.def.h +++ b/config.def.h @@ -60,6 +60,7 @@ static const Key keys[] = {  	{ MODKEY,                    XKB_KEY_h,          setmfact,       {.f = -0.05} },  	{ MODKEY,                    XKB_KEY_l,          setmfact,       {.f = +0.05} },  	{ MODKEY,                    XKB_KEY_Tab,        view,           {0} }, +	{ 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|WLR_MODIFIER_SHIFT, XKB_KEY_space,      togglefloating, {0} }, | 
