[solve] Naikan Limit scroll pada terminal linux mint

0

Berikut ini adalah config yang saya gunakan untuk menaikan limit scroll pada linux mint, 

OS yang saya gunakan adalah ( Linux Mint 15 with KDE ): 

Linux xxx 3.8.0-33-generic #48-Ubuntu SMP Wed Oct 23 09:16:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

setelah itu config yang saya gunakan adalah :

cat ~/.gtkrc-2.0 
# File created by KDE Gtk Config
# Configs for GTK2 programs 
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
style "user-font" 
{
font_name="Liberation Sans Regular"
}
widget_class "*" style "user-font"
gtk-font-name="Liberation Sans Regular 10"
gtk-theme-name="oxygen-gtk"
gtk-icon-theme-name="oxymentary"
gtk-fallback-icon-theme="gnome"
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-menu-images=0
gtk-button-images=0
style "scrollbar-style"
{
   slider-width = 9999 # contoh aja
}

class "GtkScrollbar"   style "scrollbar-style"
class "GtkVScrollbar"  style "scrollbar-style"
class "GtkHScrollbar"  style "scrollbar-style"

Lihat bagian ini   slider-width = 9999 silakan isikan berapa saja nilai yang dibutuhkan.

sumber

0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments