Nikita Bobko

Results 412 comments of Nikita Bobko

@ok-nick thanks for the pointers. **Below are my thoughts out loud. I don't know the final decision yet.** This issue is irritating. At least it was for me, until I...

I've come up with the following idea: 1. Before using the private API, AeroSpace guards itself by setting a [UserDefaults](https://developer.apple.com/documentation/foundation/userdefaults) `i-am-about-to-use-private-api-to-reliably-focus-window-on-another-monitor` boolean flag to `true` 2. AeroSpace uses the API...

> What if the program or computer crashes, but not due to the private API? Well, the section of the program that uses the private API must be written very...

Other suggestions: 1. When the private API crash detection detects a crash, instead of not using the private API from now on, ask the user about it in the dialog...

I don't like symlinks. I manage my dotfiles with pure git `git -c status.showUntrackedFiles=no --git-dir=$HOME/.dotfiles --work-tree=$HOME "$@"`, that's why I want to have a built-in support for hostname-specific configs But...

> using the window ID could be used to infer that a window is a child window I suppose that you suggest that windows that appear later have a bigger...

> this feature would be useful almost in every app Can you please specify concrete names? Different people use different apps For example, my "almost every apps" are: Chrome, IntelliJ...

> How can I achieve the same without annoying tiling of child windows? @wojciech-kulik -> #103

> So it would be useful to have a command like aerospace force-window-detected to run all the rules the move the windows back to their original workspace. Nice. I like...

> Also a different request/question, it's possible to assign layouts to workspaces in the config file? e.g workspace 1 to start with the h_accordion layout. I just realized that it's...