Skip to content

Instantly share code, notes, and snippets.

@cereal-s
Created December 24, 2016 12:28
Show Gist options
  • Select an option

  • Save cereal-s/ca716f46eaac45b41dd88ca68de1fe95 to your computer and use it in GitHub Desktop.

Select an option

Save cereal-s/ca716f46eaac45b41dd88ca68de1fe95 to your computer and use it in GitHub Desktop.
Change the number of workspaces in Ubuntu 16.04: usage `./workspaces.sh 3 3` to get 9 workspaces
#!/usr/bin/env sh
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize $1
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment