Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noswitch argument does not work for chrome #89

Open
gaelle1388 opened this issue Jun 23, 2021 · 0 comments
Open

noswitch argument does not work for chrome #89

gaelle1388 opened this issue Jun 23, 2021 · 0 comments

Comments

@gaelle1388
Copy link

Hello,

I would like to open Chrome.exe in a new virtual desktop (example desktop 2) without interruption, i.e. do not switch to desktop 2 if I'm on desktop 1.

I have tried the following :
vdesk on:2 noswitch:true run:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" /new-window "https://github.com"

But it does not work - opens on desktop 1...

Also tried:
vdesk on:2 noswitch:true run:notepad.exe
vdesk on:1 noswitch:true run:chrome.exe ---> this work but when I changed it to:

vdesk on:2 noswitch:true run:chrome.exe
vdesk on:1 noswitch:true run:notepad.exe ---> both are opened in desktop 1 !

some suggestions please to solve this problem??

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant