Managing NULL-ID apps #772
Unanswered
AlessandroSerra
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
-
I'm using aerospace with some app-dependent configuration such as which apps should have a floating leyout. I'm having some issues because some programs i use don't have a native apple-assigned ID, for example a visualization software named "pymol" is represented as:
12951 | NULL-APP-BUNDLE-ID | python
or another program named VMD as:
12983 | NULL-APP-BUNDLE-ID | VMD
I'd like aerospace to never manage those programs but I'm not sure how, because for other program apple is able to automatically assign an ID so I can just:
[[on-window-detected]]
if.app-id = 'com.spotify.client'
run = 'layout floating'
Anyone has any clue on what I could do?
Beta Was this translation helpful? Give feedback.
All reactions