Thanks to visit codestin.com
Credit goes to github.com

Skip to content

noswitch argument does not work for chrome #89

@gaelle1388

Description

@gaelle1388

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions