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.
feedback
|
|
Edit your
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? | |||||||||
feedback
|