tree_close_internal: Log workspace name in EWMH message
This commit is contained in:
parent
4a37d20602
commit
8c25bc1bd4
|
@ -300,7 +300,7 @@ bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_par
|
||||||
x_con_kill(con);
|
x_con_kill(con);
|
||||||
|
|
||||||
if (ws == con) {
|
if (ws == con) {
|
||||||
DLOG("Closing a workspace container, updating EWMH atoms\n");
|
DLOG("Closing workspace container %s, updating EWMH atoms\n", ws->name);
|
||||||
ewmh_update_number_of_desktops();
|
ewmh_update_number_of_desktops();
|
||||||
ewmh_update_desktop_names();
|
ewmh_update_desktop_names();
|
||||||
ewmh_update_wm_desktop();
|
ewmh_update_wm_desktop();
|
||||||
|
|
Loading…
Reference in New Issue