Skip to content

Instantly share code, notes, and snippets.

@evanhsu
Created January 22, 2018 16:24
Show Gist options
  • Save evanhsu/192a19507c22cd565d1448ddcbc01a0f to your computer and use it in GitHub Desktop.
Save evanhsu/192a19507c22cd565d1448ddcbc01a0f to your computer and use it in GitHub Desktop.
Change workspace layout in Ubuntu Unity
# Run in your terminal
dconf write /org/compiz/profiles/unity/plugins/core/vsize 1 # Arrange workspaces into a single row
dconf write /org/compiz/profiles/unity/plugins/core/hsize 3 # Arrange workspaces into 3 columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment