Skip to content

Instantly share code, notes, and snippets.

@otaviosoares
Created April 23, 2014 18:02
Show Gist options
  • Save otaviosoares/11226358 to your computer and use it in GitHub Desktop.
Save otaviosoares/11226358 to your computer and use it in GitHub Desktop.
Ubuntu overlay scrollbar
Enter following command in terminal to disable overlay scrollbar:
Terminal Command:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
If you want to get back overlay bars, enter following command:
Terminal Command:
gsettings reset com.canonical.desktop.interface scrollbar-mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment