Åsmund Vikane

Results 474 comments of Åsmund Vikane

I suppose you could run `brew edit yabai` and change the formula to point to the old release archive, see this diff: https://github.com/koekeishiya/homebrew-formulae/commit/14013bd892497b9aa9f67ddab993d1fc61691fb9 You want the 3.3.10 lines. I might...

Instead of looping though all the windows and calling `space_manager_move_window_to_space` it would be way more efficient to move them all at once: ``` static bool move_all_windows(uint32_t *window_list, int window_count, uint64_t...

Yeah, all window state should be fine as is, as long as the space structures are swapped correctly.

I really have no idea; I've never experienced this on my end, in both single and multiple monitor setups.

I looked at blur a long time ago and did not like the result: https://github.com/koekeishiya/yabai/issues/493 Maybe I'll revisit in the future.

Window ordering groups work fine on Monterey, it is the movement group that causes the issues as far as I remember, so I do believe your version for enabling window...

This is intentional, `auto_balance` only happens on window add and removal.

you can just use stacks in the bsp layout.

You can use the `yabai -m window --insert stack` command to make the next window add to the stack instead of having to stack it after opening. If you like...

I suppose you could try to use signals combined with queries to write scripts that automatically creates or append to the correct stacks.