0

i have xubuntu 14.04 LTS and i wan't to ask one question.I'am tried many pages ,but nowherewas this.Please help me i wan't to make my Xubuntu look like normal ubuntu(i have old laptop and the normal ubuntu is laging) and one thing is missing ,the overlay scrollbar please help me.

1 Answers1

1

Use this command in your terminal to enable the overlay scrollbar:

gsettings reset com.canonical.desktop.interface scrollbar-mode

Then, if you change you mind and you want to disable it, run this:

gsettings set com.canonical.desktop.interface scrollbar-mode normal
Alberto
  • 345