summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun/10-firefox/pentadactylrc-firstrun
blob: 0ce71b74727a2f1a2f7ad7dae3d0e6b8e8905cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
" warm-up
set! browser.sessionstore.restore_on_demand=false
set! browser.startup.page=3
set! browser.tabs.closeButtons=2
set! browser.tabs.closeWindowWithLastTab=false
set! browser.tabs.warnOnClose=false
set! general.autoScroll=false
set! general.warnOnAboutConfig=false

" limit yourself to local addons
set! extensions.autoDisableScopes=8
set! extensions.enabledScopes=7

" colors
set! browser.display.use_system_colors=false
set! browser.display.background_color=#FDF6E3
set! browser.display.foreground_color=#586E75
set! browser.anchor_color=#268BD2
set! browser.visited_color=#6C71C4
set! devtools.theme=dark

" focus colors
set! browser.display.use_focus_colors=true
set! browser.display.focus_background_color=#586E75
set! browser.display.focus_text_color=#FDF6E3

" fonts
set! font.minimum-size.x-western=17
set! font.name.monospace.x-western=Inconsolata
set! font.name.sans-serif.x-western='DejaVu Sans'
set! font.name.serif.x-western='Droid Sans'
set! font.size.fixed.x-western=17
set! font.size.variable.x-western=17

" searches
bmark -keyword rhbz      -title 'Search Red Hat Bugzilla'                 https://bugzilla.redhat.com/buglist.cgi?quicksearch=%s
bmark -keyword rhbzfed   -title 'Search Red Hat Bugzilla (Fedora)'        https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=%s
bmark -keyword rhbzrhel6 -title 'Search Red Hat Bugzilla (RHEL6)'         https://bugzilla.redhat.com/buglist.cgi?product=Red%20Hat%20Enterprise%20Linux%206&component=%s
bmark -keyword rhbzrhel7 -title 'Search Red Hat Bugzilla (RHEL7)'         https://bugzilla.redhat.com/buglist.cgi?product=Red%20Hat%20Enterprise%20Linux%207&component=%s

bmark -keyword lp        -title 'Search Launchpad'                        https://launchpad.net/+search?field.text=%s
bmark -keyword gh        -title 'Search GitHub'                           https://github.com/search?q=%s&ref=cmdform

bmark -keyword pylib     -title 'Python stdlib documentation'             http://docs.python.org/2/library/%s.html
bmark -keyword python    -title 'Search Python issues'                    http://bugs.python.org/issue?%40sort=-activity&%40action=searchid&%40search_text=%s

bmark -keyword koji      -title 'Koji package search'                     https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=%s
bmark -keyword fedgit    -title 'Navigate to Fedora git page for package' https://pkgs.fedoraproject.org/cgit/%s.git/

bmark -keyword rfc       -title 'Show IETF RFC'                           https://tools.ietf.org/html/rfc%s

bmark -keyword mdn       -title 'Search Mozilla Developer Network'        https://developer.mozilla.org/en-US/search?q=%s

bmark -keyword urban     -title 'Search Urban Dictionary'                 http://www.urbandictionary.com/define.php?term=%s
bmark -keyword archive   -title 'Try to locate URL in webarchive'         http://web.archive.org/web/*/%s

"Pentadactyl itself
set yankshort+=bugzilla.redhat.com

"All-in-one Sidebar
set! extensions.aios.gen.orient=2
set! extensions.aios.gen.switch.thin=true

"ColorfulTabs
set! extensions.clrtabs.advanced=true
set! extensions.clrtabs.dpref=redhat.com~#FFCCCC`about:blank~#FFFFFF
set! extensions.clrtabs.firstrun=17.6
set! extensions.clrtabs.sat=43
set! extensions.clrtabs.scheme=2
set! extensions.clrtabs.standout=true
set! extensions.clrtabs.txtshadow=false

"Firebug
set! extensions.firebug.externalEditors=gvim
set! extensions.firebug.externalEditors.gvim.cmdline='%file +:%line'
set! extensions.firebug.externalEditors.gvim.executable=/usr/bin/gvim
set! extensions.firebug.externalEditors.gvim.label=gvim

"Adblock Plus
set! extensions.adblockplus.showinstatusbar=true

"Tree Style Tab
set! extensions.treestyletab.allowSubtreeCollapseExpand.vertical=false
set! extensions.treestyletab.allowSubtreeCollapseExpand.vertical=false
set! extensions.treestyletab.animation.enabled=false
set! extensions.treestyletab.animation.enabled=false
set! extensions.treestyletab.autoCollapseExpandSubtreeOnSelect=false
set! extensions.treestyletab.bookmarkDroppedTabs.behavior=2
set! extensions.treestyletab.maxTreeLevel.vertical=8
set! extensions.treestyletab.prefsVersion=9
set! extensions.treestyletab.show.context-item-collapseAllSubtree=false
set! extensions.treestyletab.show.context-item-reloadTabSubtree=false
set! extensions.treestyletab.tabbar.autoHide.mode=2
set! extensions.treestyletab.tabbar.fixed.vertical=true
set! extensions.treestyletab.tabbar.invertTabContents=true
set! extensions.treestyletab.tabbar.invertTabContents=true
set! extensions.treestyletab.tabbar.width=247
set! extensions.treestyletab.tabsOnTop.originalState=false
set! extensions.treestyletab.twisty.style=none

"Super Start
set! browser.startup.homepage=chrome://superstart/content/index.html

"NoScript
set! noscript.ABE.enabled=false
set! noscript.autoAllow=1

"Greasemonkey
set! extensions.greasemonkey.installDelay=0

"blacklist undesired(!) "Gnome-Shell Integration" plugin (why installed??!)
"higher level: https://wiki.mozilla.org/Extension_Blocklisting:Code_Design
set! plugin.state.libgnome-shell-browser-plugin=0