Using regexps to match multiple windows in rules #1935
Answered
by
bustinbung
bustinbung
asked this question in
Q&A
-
Reading the documentation says that I can use regexps to match window properties. I'm trying to get yabai to float all Adobe applications, so I made a rule with a regex to match the word "Adobe" and everything following, but I haven't gotten the results that I've wanted. I checked my regexp using yabai -m rule --add app="Adobe.*" |
Beta Was this translation helpful? Give feedback.
Answered by
bustinbung
Oct 28, 2023
Replies: 1 comment 1 reply
-
Your rule works for me: yabai -m rule --add app="Adobe.*" manage=off layer=below Tested with Photoshop and Lightroom with yabai v6.0.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had some strange thing in my config that was breaking everything, but got it fixed!