AeroSpace is an i3-like tiling window manager for macOS
151–160 of 173 posts
Re: AeroSpace is an i3-like tiling window manager for macOS
#152Re: AeroSpace is an i3-like tiling window manager for macOS
#153Re: AeroSpace is an i3-like tiling window manager for macOS
#154The good thing about RCMD is I can specify which specific key, consuming only 1 OPT or CMD key while saving the other key for the OS shortcuts
Re: AeroSpace is an i3-like tiling window manager for macOS
#155Earlier quoted context omitted.
I'm curious, what kind of features that are not found on Linux ?
For one, tools like Shortcat aren’t really possible on Linux afaict, since it relies on MacOS’s fantastic accessibility API. https://shortcat.app/
StumpWM has this and it's a beautiful thing (default binding: prefix+"). I got in the habit of titling terminal and browser windows with the topic name of whatever I was working on. Made for very fast switching to find what I wanted among many windows/topics.
Sadly I've needed to switch to Wayland and StumpWM is X11 only but it has a successor called Mahogany[1] that's being worked on.
Oh, and both are written in Common Lisp if you like tweaking your WM from the REPL.
Re: AeroSpace is an i3-like tiling window manager for macOS
#156Man I hate the name. Has nothing to do with aerospace, but it does seem like a fad in software to take on some stolen valor from a far more interesting field.
Re: AeroSpace is an i3-like tiling window manager for macOS
#157Earlier quoted context omitted.
Not seeing a way to get the window currently under the mouse pointer, but this is pretty interesting - thanks!
You can get the positions of every windows, the position of the mouse pointer, and you can focus windows.
Re: AeroSpace is an i3-like tiling window manager for macOS
#158Earlier quoted context omitted.
Fwiw I have yabai configured for instant desktop switching
That's what I thought I did, but I can't, for example, just move to space 7 or something. I need to create a new space with a number I can't control and switch to that. That new workspace might not be next to the previous space I was working in, so I need to cycle through multiple spaces. Aerospace on the other hand just lets you choose a numbered workspace and work with that. Would love to see your yabairc if you ca…
Looking through it I don't see a setting for instant space switching... I think maybe it's provided by default when you install the scripting addition? https://github.com/koekeishiya/yabai/issues/1527
I have keybindings in my skhd for focusing spaces: https://github.com/kcrwfrd/dotfiles/blob/master/skhd/space
I usually just keep 10 spaces at all times rather than creating new ones on demand.
Re: AeroSpace is an i3-like tiling window manager for macOS
#159This is great! I find the one thing I miss the most from i3 that none of the macOS tiling managers seem to have is i3bar, or a minimal bar that displays what space I'm on, how many spaces I have, cpu/ram usage, etc. I've tried to find configs that emulate this with Spacebar [0], but haven't been able to find anything [0] https://github.com/cmacrae/spacebar
Have you tried https://github.com/FelixKratz/SketchyBar ?
Re: AeroSpace is an i3-like tiling window manager for macOS
#160This is great! I've been using Amethyst so far, but I immediately liked Aerospace more. The main gripe I have with Amethyst is that it throws windows in a very sluggish and unreliable fashion. With Aerospace, windows get moved to different workspaces/monitors in a flash and the move never fails. I also like how it completely ditches MacOS built-in workspaces, which, as the author argued, is rather unsatisfactory, in…