This commit is contained in:
Alex Kotov 2021-11-13 23:02:26 +05:00
parent cc3de5771b
commit f50fde1b63
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ bool settings_get_respect_resize_hints_in_floating_layout()
void settings_set_respect_resize_hints_in_floating_layout(const bool new_respect_resize_hints_in_floating_layout)
{
respect_resize_hints_in_floating_layout = new_respect_resize_hints_in_floating_layout;
// TODO: notify WM to rearrange clients
}