I like the new look of Unity, but there is one thing that keeps bugging me and that is the new Overlay Scrollbar. To remove it, do the following from the Terminal.
First you need to become root
$ sudo su
Then export the following setting:
$ echo export LIBOVERLAY_SCROLLBAR=0 > /etc/X11/Xsession.d/80overlayscrollbars
Last reboot and voilà the classical scrollbar is back.
No comments:
Post a Comment