Created
March 7, 2014 13:51
-
-
Save itiut/9411842 to your computer and use it in GitHub Desktop.
コマンドラインから Ubuntu Unity のワークスペースの数を変更する ref: http://qiita.com/itiut@github/items/350c72f22fb37c675ac8
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
# 横方向の数を3に | |
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize 3 | |
# 縦方向の数を2に | |
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment