>From my experience, Firefox can easily handle 100+ tabs through its tab
groups.
On Sep 5, 2012 2:10 PM, "Kelly Clowers" <[email protected]> wrote:

> On Wed, Sep 5, 2012 at 5:47 AM, Andreas Leha
> <[email protected]> wrote:
> > Kelly Clowers <[email protected]> writes:
> >
> >> On Tue, Sep 4, 2012 at 7:02 PM, Oon-Ee Ng <[email protected]>
> wrote:
> >>> On Wed, Sep 5, 2012 at 10:01 AM, Oon-Ee Ng <[email protected]>
> wrote:
> >>>> On Wed, Sep 5, 2012 at 6:25 AM, Kelly Clowers <
> [email protected]> wrote:
> >>>>>
> >>>>> The other thing I have been wondering about is based on my use of
> >>>>> browser windows and now a widescreen monitor (1920x1200). I run my
> >>>>> browser windows in one tag, maximized. However, I do not need quite
> so
> >>>>> much space, I could run a skinny term or a chat program on the side
> >>>>> and still have plenty of browser space. The thing is I would want the
> >>>>> main area with the browser to have stacked windows. So the skinny
> >>>>> space on the left would have one window, and the wide space on the
> >>>>> right would have several browser windows on top of each other (not
> >>>>> staggered or anything, just totally covering each other, like in
> >>>>> maximized mode).  Is such a thing possible with current layouts? With
> >>>>> a custom layout? Or should I just rearrange my thinking to fit
> >>>>> Awesome's tags better?
> >>>>
> >>>> Just use the tile or tile.right layout with one master?
> >>>
> >>> Sorry, brain fart, didn't realize you wanted multiple browsers stacked
> >>> on each other. Just use a tabbed browser?
> >>
> >> I do, but with as many tabs as I typically have (50-100+), it makes
> >> sense to split them across several windows by subject. Right now I
> >> have my main window (mail, news, FB, etc), my entertainment window
> >> (webcomics, pandora, youtube, etc), a job search window, and a
> >> research window.
> >>
> >>
> >> Thanks,
> >> Kelly
> >
> >
> > Hi Kelly,
> >
> > I have something similar in my rc.lua for gimp (from times without
> > one-window-mode).  Credit goes to someone
> > on this list -- unfortunately I do not remember where I copied it from.
> >
> > This should be adaptable to your situation:
> > ,----
> > |     { rule = { class = "Gimp", role = "gimp-dock" },
> > |       properties = { tag = tags[1][6], floating = true,
> size_hints_honor = false },
> > |       callback = function( c )
> > |                   -- local s = c.screen
> > |                   local s = 1
> > |                   local workarea = screen[s].workarea
> > |                   local strutwidth = 212
> > |
> > |                   c:struts( { right = strutwidth })
> > |
> > |                   c:geometry( { x = workarea.width-strutwidth, width =
> strutwidth,
> > |                                 y = workarea.y, height =
> workarea.height } )
> > |             end },
> > `----
>
> Ah, thank you! I will see what I can do with that and report back!
>
> On Wed, Sep 5, 2012 at 5:54 AM, Pavan Rikhi <[email protected]> wrote:
> > If you use Firefox, check out tab groups:
> > http://support.mozilla.org/en-US/kb/tab-groups-organize-tabs
>
> Hmm, SeaMonkey does not have Panorama built in, and I do not think as
> an extension either. Once or twice long ago I accidentally clicked it
> when I happened to be using FF, I was not pleased with the
> performance. That might have been fixed, but if Mozilla does not have
> it it is moot... Thanks anyway!
>
> P.S. Just tried it on my work FF, it is kind of nice (still don't know
> if 100 tabs would perform well), but no dice on Mozilla.
>
>
> Thanks,
> Kelly Clowers
>
> --
> To unsubscribe, send mail to [email protected].
>

Reply via email to