-
This is my current config:
#!/usr/bin/env sh
sudo /opt/homebrew/bin/yabai --load-sa
/opt/homebrew/bin/yabai -m signal --add event=dock_did_restart action="sudo /opt/homebrew/bin/yabai --load-sa"…
-
This tool is fantastic! Works perfectly out of the box. Would be great if we could automate this via the command line, then we can control via any tool we'd like (for me alfred)! Happy to share autom…
-
Coming from i3/sway, I am use to entering "resize mode" by pressing `mod - r` at which point 'hjkl' act as resize modifiers. This was nice as I didn't have to hold down any modifier keys while adjusti…
-
# Introduction
Hello @koekeishiya , thanks for managing this great project. I really like the syntax and simplicity. Super happy with the first results.
I have to admit I am struggling to complete…
-
Is it possible to set and use variables within commands?
This works (focuses on a term window titled 'qalc':
``` bash
alt + cmd - 0x29 : yabai -m window $(yabai -m query --windows | jq '.[] | s…
-
this is my config:
```
# Applications
cmd + shift - 0 : open /Applications/GitKraken.app
cmd + shift - 1 : open /Users/nshv/Repos/neovide/target/release/bundle/osx/Neovide.app
cmd + shift - …
-
I'm putting this out there because I don't want to forget it -- it's going to be a little while before I can investigate further, but in an earlier issue where I was trying to debug why yabai didn't s…
-
### Check existing issues
- [X] I have checked existing issues and believe that my issue is not a duplicate
### Description
Upon switching workspaces, the menu bar flashes as it appears to refresh.…
-
Is there currently a way to make Yabai automatically rearrange the workspace by resizing the windows trying its best to avoid overlaps? I am aware of the issue of some windows having minimum size, the…
-
I have the following config:
```
cmd - 1 : yabai -m space --focus 1
ctrl - 1 -> [
"skhd" ~
* : skhd -k "cmd - 1"
]
```
So I want to have `cmd - 1` to switch to 1st space, and use `…