forked from external/yambar
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}
|
||||
);
|
||||
|
||||
const char *title = "hello world";
|
||||
const char *title = "f00bar";
|
||||
xcb_change_property(
|
||||
bar->conn,
|
||||
XCB_PROP_MODE_REPLACE, bar->win,
|
||||
|
|
Loading…
Add table
Reference in a new issue