SuperflyJon / FileStarter

Start processes on multiple desktops
54 stars 9 forks source link

Firefox or Chrome starts always in same Monitor, whether if monitor is set to 1 or 2 #5

Closed wtuz closed 1 year ago

wtuz commented 2 years ago

[

{
    "desktop": 1,
    "process": "firefox",
    "monitor": 2,
    "hassplash": true
}

]

SuperflyJon commented 2 years ago

This worked for me, using Chrome:

[ { "desktop":"1", "process":"chrome", "monitor":"2", "state":"max", "waitForClass":"Chrome_WidgetWin_1" } ]

This was on windows 10 - are you using windows 11?

wtuz commented 1 year ago

using Windows 10 Enterprise , Version 21H2

SuperflyJon commented 1 year ago

This still works okay for me. Must be something special on your machine and/or Chrome - maybe a special extension or something?

SuperflyJon commented 1 year ago

Note that the "waitForClass" line is needed: [ { "process":"chrome", "monitor":1, "waitForClass":"Chrome_WidgetWin_1" } ]

wtuz commented 1 year ago

Note that the "waitForClass" line is needed: [ { "process":"chrome", "monitor":1, "waitForClass":"Chrome_WidgetWin_1" } ]

can you show me, what i have to set for waitForClass for firefox?

SuperflyJon commented 1 year ago

I didn't have Firefox on my machine, so took a while... You need: "waitForClass": "MozillaWindowClass"