es183923
es183923
This issue is probably because skhd doesnt have the required permission. In a terminal, it may work, because the terminal was explicitly given the permission. Try opening the path of...
Did you try stopping the brew service, and starting it again? (`brew services stop skhd && brew services start skhd`)
I don't know why it's not working for you. It has worked for probably thousands of people, except a certain few. If you're using an extremely old device, that could...
If you read the error message, it says that it can't parse line 19. Line 19 contains: ``` ']' ``` I have no clue why it is there, or what...
You could set the shortcut with macos natively, by going to System Preferences->Keyboard->Shortcuts->App Shortcuts and adding the shortcut
try installing with `brew install --HEAD koekeishiya/formulae/skhd` instead
something like [this](https://github.com/es183923/query-skhd), but directly integrated into skhd.
If you don't want the SIP-only features, you don't need to disable SIP in the first place. Otherwise, SIP must be kept disabled, unless you're on macOS High Sierra 10.13.6.
Yes, just use `jq` to parse the result of `yabai -m query --windows`. eg: ```sh WINDOW_TITLE="window title" yabai -m window --close $(yabai -m query --windows | jq ".[] | select(.title==\"$WINDOW_TITLE\")...
You can do this by doing something like this: ``` yabai -m window WINDOW_ID --ratio 0.8 ``` this sets the split ratio for the window with the id `WINDOW_ID`. It's...