[Date Prev] [Date Next] [Thread Prev] [Thread Next] Indexes: Main | Date | Thread | Author

[ba-ohs-talk] Wasting less time while browsing (Linux)


For impatient users of Linux Mozilla and Galeon browsers, here is a
little tweak to eliminate the time wasted between the appearance of the
right-hand slider and the ability to move it:    (01)

For Mozilla:
$ echo 'user_pref("nglayout.initialpaint.delay", 0);' >>
~/.mozilla/default/*.slt/prefs.js
$ chmod -w ~/.mozilla/default/*.slt/prefs.js     (02)

For Galeon:
$ echo 'user_pref("nglayout.initialpaint.delay", 0);' >>
~/.galeon/mozilla/galeon/prefs.js
$ chmod -w ~/.galeon/mozilla/galeon/prefs.js     (03)

Refs:
http://www.linuxorbit.com/modules.php?op=modload&name=News&file=article&sid=1024
http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=546&page=1    (04)

There seems to be a potential design principle here w.r.t. OHS.    (05)

Henry    (06)