Pages

01 June, 2024

How to Run a Python File on a Specific Virtual Desktop Only?

I want to run a Python script on a specific virtual desktop without affecting other desktops.


Currently, when I execute my Python file using VS Code, the `webbrowser.open()` command opens the browser window on the desktop where I’m currently working, rather than the one where I initially started the program.

No comments:

Post a Comment

Thanks