Nikita Bobko

Results 56 issues of Nikita Bobko

AeroSpace already has two callbacks: `on-window-detected` and `exec-on-workspace-changed` It'd be cool to have one more callback to track when the focus changes

## Problem Suppose the user wants to open a new window and move to the particular workspace. The naive solution won't work because `open` finishes faster than the window appears:...

feature-request

Users tend to write "naive" workspace assignment callbacks like this: ```toml [[on-window-detected]] if.app-id = 'com.jetbrains.intellij' run = 'move-node-to-workspace 2' ``` The problem with callbacks like this is that if during...

design-needed

The limitations are: - 'layout floating', 'layout tiling' and 'mode-node-to-workspace' are the only commands that are supported in 'on-window-detected' - 'move-node-to-workspace' must be the latest instruction in the callback (otherwise...

**(1)** Add `--window-id` option to all or almost all commands. This option would make the command behave like if `` was focused Motivation: - Under the hood `--window-id` is already...

feature-request

I managed to pull this: ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: AeroSpace [8263] Path: /Applications/AeroSpace.app/Contents/MacOS/AeroSpace Identifier: bobko.aerospace Version: 0.8.4-Beta (0.8.4) Code Type: ARM-64 (Native) Parent Process: launchd...

bug

https://github.com/jrfonseca/xdot.py I can't attach the `debug-windows` log, because the window doesn't even show up in the `debug-windows` log `Accessibility Inspector.app` refuses to capture accessibility info as well The window is...

- [ ] focus follow mouse - [x] mouse follow focus https://github.com/nikitabobko/AeroSpace/issues/12#issuecomment-2254162063

https://i3wm.org/docs/userguide.html#_sticky_floating_windows - Implement sticky floating windows - Implement sticky sidebar windows (feature interaction with: `flatten-workspace-tree`, `close-all-windows-but-current`) Note to myself: review usages of `visualWorkspace`

design-needed

State of the issue: collect use cases Please post your use cases