tech:pb_disparition_fleche_ascenseur_gtk_ubuntu

Pb disparition flèche ascenseur GTK Ubuntu

Source : http://askubuntu.com/questions/34214/how-do-i-disable-overlay-scrollbars

~/.gtkrc-2.0
style "default" {
  engine "murrine" {
    stepperstyle = 0
  }
}
~/.config/gtk-3.0/gtk.css
.scrollbar {
  -GtkScrollbar-has-backward-stepper: 1;
  -GtkScrollbar-has-forward-stepper: 1;
}
tech/pb_disparition_fleche_ascenseur_gtk_ubuntu.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki