From 1e2a23f30881f115a551a79e389d349585b9751f Mon Sep 17 00:00:00 2001 From: hasq Date: Sun, 11 Oct 2015 16:28:50 +0300 Subject: [PATCH] fix: update ewhm wm desktops after adding desktop --- desktop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop.c b/desktop.c index 888ba8d..613eb69 100644 --- a/desktop.c +++ b/desktop.c @@ -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); }