Nikita Bobko

Results 412 comments of Nikita Bobko

> Whenever I switch languages the small blue window showing selected layout gets treated as standalone window @mike1808 please try to capture the debug information of the popup window with...

@mike1808 should be fixed in 0.11.0-Beta

Closing the issue to float small windows, since the current dialog detection heuristic covers the use case in a better way

Hi, the issue is reasonable, but it's a minor priority for me. External contributions are welcome. The currently existing `key-notation-to-key-code` syntax in the config can be reused: ``` [key-mapping.key-notation-to-key-code] hyper...

I agree that it'd be nice to have it For extensibility purposes, I've been thinking about implementing the "grab and move" and "grab and resize" as separate commands Brainstorming: ```...

Very cool, thank you! I'm glad to see such contributions > I don't know whether you'd like to mention in anywhere in the docs or so that I can contribute...

0.11.0-Beta comes with the following: - (1) `reload-config` now also prints errors to stdout. `reload-config` now returns correct exit code - (2) Add `[--no-gui]` `[--dry-run]` flags to `reload-config`. - (3)...

@limonkufu please note that 0.12.0-Beta comes with the breaking change for `config` command. Output format is slightly different https://github.com/nikitabobko/AeroSpace/commit/fdc143c71fca94c65c1d21eefea81c51b851a901 Since Raycast extension doesn't depend on this API yet, I think...

Right now, I lean towards the solution 2 rather than the solution 1 I like to think that `on-window-detected` callback is the thing that considers different cases of [ADT](https://en.wikipedia.org/wiki/Algebraic_data_type). `if.is-tiled-by-default...

On the other hand, if users use "floating" by default, and then per selected apps say that the apps are tiling then `if.is-tiled-by-default = true` would be exactly what they...