change DefaultScreen to the right screen
This commit is contained in:
parent
ca17b9349f
commit
f0c623789c
2
layout.c
2
layout.c
|
@ -185,7 +185,7 @@ uicb_setlayout(Display *disp,
|
||||||
if(sel)
|
if(sel)
|
||||||
arrange(disp, drawcontext, awesomeconf);
|
arrange(disp, drawcontext, awesomeconf);
|
||||||
else
|
else
|
||||||
drawstatusbar(disp, DefaultScreen(disp), drawcontext, awesomeconf);
|
drawstatusbar(disp, awesomeconf->screen, drawcontext, awesomeconf);
|
||||||
|
|
||||||
saveawesomeprops(disp, awesomeconf);
|
saveawesomeprops(disp, awesomeconf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue