[Linux] Move workspace with command-line
Install xdotool
sudo apt-get install xdotool
Run command in shell
move to left
xdotool set_desktop --relative -- -1
move to right
xdotool set_desktop --relative -- 1
You can use this tip when moving a workspace in your code.
Written by Kohei Yamada
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#