mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-08 10:06:49 -05:00
feat: support scroll maximize and fullscreen window
This commit is contained in:
parent
fce47b37d9
commit
cdcc64ab5f
7 changed files with 228 additions and 90 deletions
|
|
@ -258,6 +258,7 @@ void dwl_ipc_output_set_layout(struct wl_client *client,
|
|||
index = 0;
|
||||
|
||||
monitor->pertag->ltidxs[monitor->pertag->curtag] = &layouts[index];
|
||||
clear_fullscreen_and_maximized_state(monitor);
|
||||
arrange(monitor, false);
|
||||
printstatus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue