Switching Workspace
-
2. Installing Tool
Then first Install Xdotool in Xubuntu GNU/Linux
Simply run:which xdotool
Then possibly to Install it use:
sudo apt install xdotool
-
3. Changing Workspace
Finally, Change to Next/Previous Workspace
Go to Next with:xdotool set_desktop --relative 1
And instead to Enter the Previous one:
xdotool set_desktop --relative -- -1
So Now I’m truly Happy if this Info could Help you to Swicth Workspace on Xubuntu CLI!
Contents