I do not speak French, so hopefully it's okay if I write the issue in English. I am currently using sway, and most applications have something like a app_id or class attribute that I can use so that it spawns on a consistent workspace. OSMV does not seem to expose this data. For example here is what data is exposed by the OBS app:
#30: con "OBS 32.2.0 - Profile: Twitch Stream - Scenes: Twitch Stream" (xdg_shell, pid: 18692, app_id: "com.obsproject.Studio", foreign_toplevel_id: "e66b78058a0b2ae9a0eaedfaa643f3db", sandbox_engine: "org.flatpak", sandbox_app_id: "com.obsproject.Studio", sandbox_instance_id: "632809861")
The data that is expsoed by OSMV by contrast is just this:
#37: con "OBS Stream Music Viewer" (xdg_shell, pid: 27831, foreign_toplevel_id: "1774f9d4fabf1cb078881e7af8fe5796")
It would be great if the application exposed some app_id so I could assign it to a workspace. Thanks in advance!
I do not speak French, so hopefully it's okay if I write the issue in English. I am currently using sway, and most applications have something like a
app_idorclassattribute that I can use so that it spawns on a consistent workspace. OSMV does not seem to expose this data. For example here is what data is exposed by the OBS app:The data that is expsoed by OSMV by contrast is just this:
It would be great if the application exposed some
app_idso I could assign it to a workspace. Thanks in advance!