Nikita Bobko

Results 56 issues of Nikita Bobko

https://i3wm.org/docs/userguide.html#_swapping_containers

feature-request
good-first-issue

``` ############################### ### AEROSPACE RUNTIME ERROR ### ############################### Please report to: https://github.com/nikitabobko/AeroSpace/issues/new Message: Version: 0.6.1-Beta Git hash: abcd09d15ea42a06d7c4396f31c3f6007e87e01c Coordinate: /Users/bobko/a/AeroSpace/src/tree/AbstractApp.swift:12:18 ==(_:_:) recursionDetectorDuringFailure: false Stacktrace: 0 AeroSpace 0x000000010484e518 $s9AeroSpace6errorT_4file4line6column8functionxSS_SSS2iSStlFs5NeverO_Tg5 + 700...

bug

Add a command that would make sizes of windows equal Name brainstorming: - `equalize-weights` - `equalize-sizes` - `even-horizontal`/`even-vertical` (like in tmux. I don't like it) - `balance-weights` - `balance-sizes`

feature-request

`aerospace list-workspaces` is slow. Well, `aerospace list-workspaces` is ~100ms which by itself is fine. **(1)** But 100ms is the result when AeroSpace is idle. Currently AeroSpace performs all operations in...

problem

_Originally posted by @jakufort in https://github.com/nikitabobko/AeroSpace/issues/175#issuecomment-1976385824_ It looks like there is an API to listen to "title" changes, so technically it should be possible https://developer.apple.com/documentation/applicationservices/kaxtitlechangednotification?language=objc

feature-request
design-needed

``` [mode.shared.binding] alt-1 = 'workspace 1' # shared binding mode.main.parent-binding-mode = 'shared' [mode.main.binding] mode.resize.parent-binding-mode = 'shared' [mode.resize.binding] ``` Open questions: - Use cases?

feature-request

Containers that are placed inside accordion layout don't look nice

When the config changes AeroSpace can detect the file change and auto-reload the config auto-reload behavior should be possible to disable in the config itself: ``` auto-reload-config = true|false ```...

feature-request
good-first-issue

Similar to workspace-back-and-forth but for windows

feature-request

This issue + #107 will close #145 (or rather make it easier to debug problems like #145)

problem