Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See below for the quick and dirty bash script.  Note this script simply alternates between workspace 1 and 2 (in that order) - you can change this if you want it to iterate over more than two workspaces (just change the numDesktops  variable).

...

View Git file
pathscripts/switchworkspace
repository-id3
languagebash

...

branchrefs/remotes/origin/master
linenumberstrue

Copy / paste the script into a file using your preferred text editor and make it executable.  For example, I called my script switch-d.sh  so would do

...