Proper workaround for issue #555

This commit is contained in:
o9000
2016-04-22 23:16:26 +02:00
parent d2b32d528f
commit a6879ea2a5
3 changed files with 17 additions and 1 deletions

View File

@@ -985,7 +985,7 @@ void event_property_notify(XEvent *e)
Panel *p = &panels[i];
if (win == p->main_win) {
if (at == server.atom._NET_WM_DESKTOP && get_window_desktop(p->main_win) != ALL_DESKTOPS)
place_panel_all_desktops(p);
replace_panel_all_desktops(p);
return;
}
}