You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to macOS Sequoia, I was prompted to re-grant skhd access to accessibility features. It was already enabled, and flipping the toggle off and on did nothing. To rid the prompt appearing when running skhd --start-service or skhd --restart-service, I had to:
Remove the skhd entry from the list of applications which have been granted accessibility access.
Run skhd --restart-service.
Grant access to the new entry through following the prompt once more.
However, I still cannot just run skhd directly in my terminal. I am constantly met with a prompt to grant accessibility access to eitherskhd, or alacritty. Both of these have been granted permissions, and all has worked fine until the upgrade.
All of this is to debug and test some broken features with Sequoia, specifically to interact with yabai, and more specifically, this, which seems to have broken every single keybind I have configured in skhd.
For clarity, even with skhd running as a service, none of my keybinds are working. Assumed due to the link above.
The text was updated successfully, but these errors were encountered:
I had a similar problem. Doing an install from source into another location than the standard homebrew location and starting the service from Terminal worked for me. I also had to allow Accessibility services for the Terminal app though. Some key bindings for yabai (those moving windows to other spaces) still don't work but this may well be due to yabai and not skhd.
After upgrading to macOS Sequoia, I was prompted to re-grant
skhd
access to accessibility features. It was already enabled, and flipping the toggle off and on did nothing. To rid the prompt appearing when runningskhd --start-service
orskhd --restart-service
, I had to:skhd
entry from the list of applications which have been granted accessibility access.skhd --restart-service
.However, I still cannot just run
skhd
directly in my terminal. I am constantly met with a prompt to grant accessibility access to eitherskhd
, oralacritty
. Both of these have been granted permissions, and all has worked fine until the upgrade.All of this is to debug and test some broken features with Sequoia, specifically to interact with
yabai
, and more specifically, this, which seems to have broken every single keybind I have configured inskhd
.For clarity, even with
skhd
running as a service, none of my keybinds are working. Assumed due to the link above.The text was updated successfully, but these errors were encountered: