Place bar at the bottom of the screen, when creating them
This commit is contained in:
parent
cddda0c965
commit
4830288c7b
|
@ -629,7 +629,7 @@ void reconfig_windows() {
|
||||||
xcb_screen->root_depth,
|
xcb_screen->root_depth,
|
||||||
walk->bar,
|
walk->bar,
|
||||||
xcb_root,
|
xcb_root,
|
||||||
walk->rect.x, walk->rect.y,
|
walk->rect.x, walk->rect.y + walk->rect.h - font_height - 6,
|
||||||
walk->rect.w, font_height + 6,
|
walk->rect.w, font_height + 6,
|
||||||
1,
|
1,
|
||||||
XCB_WINDOW_CLASS_INPUT_OUTPUT,
|
XCB_WINDOW_CLASS_INPUT_OUTPUT,
|
||||||
|
|
Loading…
Reference in New Issue