Feature Request - Launch an Application on a Specific Workspace #812
rtcunningham1
started this conversation in
Ideas
Replies: 1 comment
-
I can see the utility of such a feature and would probably use it a great deal. BTW, I don't know anything about xdotool, but the command wmctrl -s N where N is the workspace number (0 = workspace 1, etc.) might be simpler for changing workspaces. Wmctrl won't open a window, but it has options for moving an existing window to the desired workspace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do this manually by changing the command in the launcher to point to a shell script: nohup /path/to/files.sh. In the script, I use xdotool to move to the appropriate workspace and then launch the application. It's tedious.
Beta Was this translation helpful? Give feedback.
All reactions