_NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after

conf_group().
This commit is contained in:
okan 2019-03-04 14:36:02 +00:00
parent 0c0551b8bf
commit fda68a40de

View File

@ -59,8 +59,8 @@ screen_init(int which)
xu_ewmh_net_supported(sc);
xu_ewmh_net_supported_wm_check(sc);
screen_update_geometry(sc);
conf_group(sc);
screen_update_geometry(sc);
xu_ewmh_net_desktop_names(sc);
xu_ewmh_net_wm_desktop_viewport(sc);