Last active
August 21, 2017 10:30
-
-
Save jomoespe/ce0d5493912b0400b09db97e6e1584d6 to your computer and use it in GitHub Desktop.
Change workspaces in ubuntu via CLI
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
#!/bin/bash | |
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 4 | |
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment