ewmh: set _NET_WM_NAME
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
baa82ac867
commit
54190db14f
3
ewmh.c
3
ewmh.c
|
@ -190,6 +190,9 @@ ewmh_set_supported_hints(int phys_screen)
|
||||||
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
|
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
|
||||||
father, net_supporting_wm_check, WINDOW, 32,
|
father, net_supporting_wm_check, WINDOW, 32,
|
||||||
1, &father);
|
1, &father);
|
||||||
|
|
||||||
|
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
|
||||||
|
father, net_wm_name, utf8_string, 8, 7, "awesome");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue