From 4830288c7b416bbeebf4f1d53fffaafa239587fe Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Sun, 24 Oct 2010 22:56:08 +0200 Subject: [PATCH] Place bar at the bottom of the screen, when creating them --- i3bar/src/xcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 9ae3873f..31d9771c 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -629,7 +629,7 @@ void reconfig_windows() { xcb_screen->root_depth, walk->bar, 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, 1, XCB_WINDOW_CLASS_INPUT_OUTPUT, -- 2.39.5