修复窗口全屏后其他窗口未重新布局问题

This commit is contained in:
2026-02-01 16:39:10 +08:00
parent a08fbcbb9c
commit 4b6df52b41

View File

@@ -429,8 +429,8 @@ void client_set_fullscreen(client_t *client, bool fullscreen) {
_NET_WM_STATE, XCB_ATOM_ATOM, 32, 0, 0);
client_change_border_width(client, client->old_border_width);
client_apply_geometry(client, client->old_geometry);
monitor_arrange(client->monitor);
}
monitor_arrange(client->monitor);
client_focus(client);
}