Ever since the hateful and buggy "overlay scrollbars" appeared, I disabled them and used "normal" scrollbars, so I am glad the overlay ones are finally gone in 15.10.
However, I don't like the new 15.10 scrollbars either. They are super thin when they are "idle", and even when you roll over them and they become thicker, they are still annoyingly thin. I can appreciate the advantage of that on devices with a small screen, but on regular computer screens with plenty of space it's just annoying (annoying that they hide, and annoying that it takes so much precision to click and drag them).
Is there a setting somewhere to have the traditional, full-width, never-hiding scrollbars?
I can still remember the happiness I felt, when I read that those horrible "overlay scrollbars" were to be abolished with Ubuntu 15.10.
However, like you, I too hate the new "half-width scrollbars" with just the same passion.
The solution came to me, as I stumbled over the following askubuntu.com posting:
Is it possible to make the scrollbars wider in 15.10?
... to disable the new scrollbars, I then did the following:
.scrollbar{}
selectorhas-xxx-stepper
settings determine if the scrollbar arrows are shown:-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
background-color:
background-color: @scrollbar_track_color;
-GtkRange
setting:-GtkRange-slider-width: 13;
margin-left
andmargin-right
settings for.scrollbar.vertical
and.scrollbar.slider.vertical
to0px;
margin-top
setting for.scrollbar.horizontal:hover
and.scrollbar.slider.horizontal:...
to0px;
With this I can now enjoy constant-width scrollbars once again:
Edit: Just to make everything clear, here is a diff of all the changes I made:
Note that you don't have to edit the system file you can also just put the relevant settings in $HOME/.config/gtk-3.0/gtk.css