diff options
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config.def.h b/config.def.h index 089aa37..8408659 100644 --- a/config.def.h +++ b/config.def.h @@ -84,7 +84,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_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 = WLR_DIRECTION_LEFT} }, @@ -96,7 +96,7 @@ static const Key keys[] = {  	TAGKEYS(          XKB_KEY_3, XKB_KEY_numbersign,                 2),  	TAGKEYS(          XKB_KEY_4, XKB_KEY_dollar,                     3),  	TAGKEYS(          XKB_KEY_5, XKB_KEY_percent,                    4), -	TAGKEYS(          XKB_KEY_6, XKB_KEY_caret,                      5), +	TAGKEYS(          XKB_KEY_6, XKB_KEY_asciicircum,                5),  	TAGKEYS(          XKB_KEY_7, XKB_KEY_ampersand,                  6),  	TAGKEYS(          XKB_KEY_8, XKB_KEY_asterisk,                   7),  	TAGKEYS(          XKB_KEY_9, XKB_KEY_parenleft,                  8), | 
