Nikita Bobko

Results 56 issues of Nikita Bobko

It would be cool to have hostname specific configurations in case when users use different computers Suggestions: - `~/.aerospace.toml` - fallback - `~/.aerospace-$HOSTNAME.toml` - hostname specific config

Reference: https://man.archlinux.org/man/extra/i3-wm/i3-msg.1.en - [x] `list-workspaces` - [x] `list-windows [--all-workspaces] [--all-displays]` - [x] `list-apps` - [x] `list-monitors` - [ ] `tree [--json] [--floating-windows-as-tiling-windows] [--flatten-workspace-tree]` - [x] `focus --window-id 312`

design-needed

Right now, the command does nothing when invoked on floating windows

design-needed
good-first-issue

fish_vi_key_bindings: add bindings for semicolon and comma in visual mode They are already presented in normal mode, and I presume were forgotten to be added in visual mode ## TODOs:...

Every item in the bullet list talks about it's own `U_j`, `U_m`, or `U_n` respectively

### Description Try to compile the reproducer and observe warning: ``` warning: same-type requirement makes generic parameter 'E' non-generic; this is an error in Swift 6 ``` I belive it's...

bug
triage needed

Currently it's impossible to consume stdout and exit codes of commands in toml config. One has to use `exec-and-forget` ```toml alt-w = 'exec-and-forget aerospace workspace W || aerospace workspace-back-and-forth' atl-tab...

feature-request
1.0-blocker

The proposal is to introduce `on-workspace-touched` callback. When the workspace is updated in any way (focused changed to/from the workspace, children are attached/removed, name/tag is changed ~~(oh,fuck, see below)~~) Use...

design-needed