mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
ewmh: set _NET_WM_NAME
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
baa82ac867
commit
54190db14f
1 changed files with 3 additions and 0 deletions
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,
|
||||
father, net_supporting_wm_check, WINDOW, 32,
|
||||
1, &father);
|
||||
|
||||
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
|
||||
father, net_wm_name, utf8_string, 8, 7, "awesome");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue