Home » Questions » Computers [ Ask a new question ]

Have both scrollbar buttons at bottom in Ubuntu

Have both scrollbar buttons at bottom in Ubuntu

I want to have both of my scrollbar buttons at the bottom like the way it is on a mac. How can I do this in Ubuntu? I know some themes support it but I was wondering if there was a way to make this permanent for all themes.

Asked by: Guest | Views: 196
Total answers/comments: 1
Guest [Entry]

"Edit your ~/.gtkrc-2.0:

style ""scrollbar-arrows"" {
GtkScrollbar::has-backward-stepper = 0
GtkScrollbar::has-forward-stepper = 1
GtkScrollbar::has-secondary-backward-stepper = 1
GtkScrollbar::has-secondary-forward-stepper = 0
}
class ""GtkScrollbar"" style ""scrollbar-arrows""

...do people really use those buttons these days?"