How to replace application_activated and application_deactivated with application_front_switched #1890
-
Hi, right now I'm using
How can i achieve same behavior with |
Beta Was this translation helpful? Give feedback.
Answered by
koekeishiya
Feb 26, 2024
Replies: 1 comment 4 replies
-
Eh, do you still have this problem? I could reintroduce these two signals without much issue. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added back on master: #2122
Works exactly the same way as before.
I noticed that you add a rule in your signal to have perform some action on safari when it gets activated. This rule will be added multiple times (every time the signal runs) and you will end up with an infinite amount in the end. On master you can change it from
rule --add
torule --apply
and it will only apply the rule effects to known windows at the time instead of storing the rule for future use. See #2123Fixed version for the master branch (and next release) would look like: