cosmetic
This commit is contained in:
parent
f56a26bac7
commit
b7ef890148
2
layout.c
2
layout.c
|
@ -169,7 +169,7 @@ uicb_setlayout(Display *disp,
|
||||||
if(!arg)
|
if(!arg)
|
||||||
{
|
{
|
||||||
if(!(++awesomeconf->current_layout)->symbol)
|
if(!(++awesomeconf->current_layout)->symbol)
|
||||||
awesomeconf->current_layout = &awesomeconf->layouts[0];
|
awesomeconf->current_layout = awesomeconf->layouts;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue