Subsequet/additional app windows location/overriding config #693
Unanswered
caliguIa
asked this question in
questions-and-answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Let me provide some context on my situation. At work we use Slack, multiple times a day I need to be on Slack video calls and sharing my screen. My colleagues will often use Slack's "drawing" feature, this enables them to "draw" on your screen whilst you're sharing.
The issue is I have the following in my config:
[[on-window-detected]] if.app-id = 'com.tinyspeck.slackmacgap' run = ['move-node-to-workspace msg']
And because of this the invisible layer/window/overlay that Slack uses to enable this drawing feature get's moved to the msg workspace, not appearing when I'm working on code for example. Currently my solution is either disabling the above part of my config, which I really don't want to do, or live without the drawing feature, which angers my colleagues to no end, so not really a solution.
Is there a way to specify that specific/child/other app windows should ignore the above config and only the main one follows this. Or another potential solution to this issue?
Running
aerospace list-apps
whilst screen sharing only lists the one Slack app sadly.Any suggestions welcome! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions