bar: set correct window title

This commit is contained in:
Daniel Eklöf 2019-01-15 19:17:02 +01:00
parent c868a4ac46
commit 33d811ae78

2
bar.c
View file

@ -430,7 +430,7 @@ run(struct bar_run_context *run_ctx)
bar->colormap}
);
const char *title = "hello world";
const char *title = "f00bar";
xcb_change_property(
bar->conn,
XCB_PROP_MODE_REPLACE, bar->win,