From 3ecb45814dc9ed62b2a7da4c7dae80d9a216e9ef Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 12 Mar 2011 09:28:48 +0000 Subject: [PATCH] Pentadactyl fixes. Show tab numbers more clearly. Always show the status line. --- .pentadactylrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pentadactylrc b/.pentadactylrc index baabd24..c96f480 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -3,7 +3,7 @@ loadplugins '\.(js|penta)$' " Show scrollbars, address bar and tab numbers. -set guioptions=bcmrN +set guioptions=CMbcmnrs " On Mac there is no menu bar. The icons are in the toolbar. :if (/Mac OS X/.test(navigator.userAgent)) set guioptions+=T -- 2.7.4