1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 06:27:59 +01:00

go=lrb for left, right, and bottom scrollbars respectively.

This commit is contained in:
Kris Maglione
2008-12-05 12:23:59 -05:00
parent 24c80ddb8a
commit 280b4befcb
3 changed files with 15 additions and 7 deletions

View File

@@ -33,12 +33,12 @@ const config = { //{{{
/*** optional options, there are checked for existance and a fallback provided ***/
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
defaults: { guioptions: "r" },
defaults: { guioptions: "rb" },
guioptions: {
m: ["Menubar", ["toolbar-menubar"]],
T: ["Toolbar", ["nav-bar"]],
b: ["Bookmark bar", ["PersonalToolbar"]]
B: ["Bookmark bar", ["PersonalToolbar"]]
},
get visualbellWindow() getBrowser().mPanelContainer,