mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
workspaces: react to Reconfigure
Changes in `<desktops><names>` or `<desktop><number="" prefix="">` required restarting labwc to take effect. This commit adds `workspaces_reconfigure()` to update `server->workspaces` on Reconfigure.
This commit is contained in:
parent
d64e3915a3
commit
bc0174d849
3 changed files with 83 additions and 4 deletions
|
|
@ -63,6 +63,7 @@ reload_config_and_theme(struct server *server)
|
|||
regions_reconfigure(server);
|
||||
resize_indicator_reconfigure(server);
|
||||
kde_server_decoration_update_default();
|
||||
workspaces_reconfigure(server);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue