mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
bar: set correct window title
This commit is contained in:
parent
c868a4ac46
commit
33d811ae78
1 changed files with 1 additions and 1 deletions
2
bar.c
2
bar.c
|
@ -430,7 +430,7 @@ run(struct bar_run_context *run_ctx)
|
||||||
bar->colormap}
|
bar->colormap}
|
||||||
);
|
);
|
||||||
|
|
||||||
const char *title = "hello world";
|
const char *title = "f00bar";
|
||||||
xcb_change_property(
|
xcb_change_property(
|
||||||
bar->conn,
|
bar->conn,
|
||||||
XCB_PROP_MODE_REPLACE, bar->win,
|
XCB_PROP_MODE_REPLACE, bar->win,
|
||||||
|
|
Loading…
Add table
Reference in a new issue