-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trick — Trigger refreshes using yabai -m signal
#110
Comments
devnoname120
changed the title
Trigger refreshes using
Trigger refreshes using Jul 11, 2022
yabai -m signal
devnoname120
changed the title
Trigger refreshes using
Trick — Trigger refreshes using Aug 19, 2022
yabai -m signal
yabai -m signal
I'd suggest that you should modify the commands with the |
Note the order of the flags
It should be
|
Good catch, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using yabai's signals is more reliable than Hammerspoon, as the latter uses some deprecated macOS APIs, some of which don't work anymore (see #113).
This can be fixed by adding the following code to
~/.config/yabai/yabairc
:Edit: looks like it can quickly cause
stackline
or Hammerspoon to crash, probably due to race conditions and duplicated event handling (yabai's signals defined above +stackline
event callbacks registered in Hammerspoon).The text was updated successfully, but these errors were encountered: