* Carlos Torres 2013-02-21 16:34 > Attached you'll find a patch that adds the -b flag to disable scroll_b_ars, > they can also be disabled with config.h
Great. Currently I'm using a gtk hack to make bars less annoying and got accustomed to having a non-intrusive indication about the pane size and where I am, rather than not having one at all. $ cat .gtkrc-2.0 style "bla" { GtkRange::slider-width = 3 bg[NORMAL] = "#464646" fg[NORMAL] = "#999999" } class "GtkWidget" style "bla" --s.