fix: update ewhm wm desktops after adding desktop

This commit is contained in:
hasq 2015-10-11 16:28:50 +03:00
parent c5e672e0c2
commit 1e2a23f308

View file

@ -158,6 +158,7 @@ void add_desktop(monitor_t *m, desktop_t *d)
num_desktops++;
ewmh_update_number_of_desktops();
ewmh_update_desktop_names();
ewmh_update_wm_desktops();
put_status(SBSC_MASK_REPORT);
}