replace tabs by spaces in alignment
This commit is contained in:
		| @@ -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} }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user