mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
Merge pull request #295 from hasq/master
Update each window's EWMH desktop number in add_desktop
This commit is contained in:
commit
8f4763aa8e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue