Created
December 24, 2016 12:28
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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