darcs patch: first window should be tabbed too

Hi!
I don't know, but I think that also the first opened window should be tabbed
in a tabbed layout.
I think...
andrea
Mon Jun 11 08:38:26 CEST 2007 Andrea Rossato

Does this patch mean that if a workspace only has a single window, that single window has a tab ? Andrea Rossato wrote:
Hi! I don't know, but I think that also the first opened window should be tabbed in a tabbed layout. I think...
andrea
Mon Jun 11 08:38:26 CEST 2007 Andrea Rossato
* first window should be tabbed too I believe that in a tabbed layout also the first window should be tabbed. ------------------------------------------------------------------------
_______________________________________________ Xmonad mailing list Xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

mailing_list:
Hi! I don't know, but I think that also the first opened window should be tabbed in a tabbed layout. I think...
It's good to have precedent. What does ion do? I note firefox doesn't use a tab for a single window. Of course, a flag to turn this on or off might be simpler. -- Don

Donald Bruce Stewart wrote:
mailing_list:
Hi! I don't know, but I think that also the first opened window should be tabbed in a tabbed layout. I think...
It's good to have precedent. What does ion do? I note firefox doesn't use a tab for a single window. Of course, a flag to turn this on or off might be simpler.
For me, with one window no tab is required. For precedents I'll cite Firefox and Gaim (aka Pidgin). Ion always provides a tab (title bar) for every window. A switch to turn it on/off is an easy way to please everyone though :-) But since I'm noticing a trend towards maximising screen real-estate, I'd suggest the default is off. Cheers Dave

On Mon, Jun 11, 2007 at 04:55:48PM +1000, Dave Harrison wrote:
Ion always provides a tab (title bar) for every window.
A switch to turn it on/off is an easy way to please everyone though :-) But since I'm noticing a trend towards maximising screen real-estate, I'd suggest the default is off.
well, I agree with you . Still without a tab there's now way to know if you are using a full or a tabbed layout. you can forget this patch and go the firefox way (extensions are there for being modified by the users after all). andrea.

On Mon, Jun 11, 2007 at 04:55:48PM +1000, Dave Harrison wrote:
A switch to turn it on/off is an easy way to please everyone though :-) But since I'm noticing a trend towards maximising screen real-estate, I'd suggest the default is off.
there is such a switch: , ((modMask, xK_space ), switchLayout) just switch to the full layout if you do not want to have tabs. this is why I'm coming to think that this patch should be reconsidered. ciao andrea

On Mon, Jun 11, 2007 at 04:55:48PM +1000, Dave Harrison wrote:
Donald Bruce Stewart wrote:
mailing_list:
Hi! I don't know, but I think that also the first opened window should be tabbed in a tabbed layout. I think...
It's good to have precedent. What does ion do? I note firefox doesn't use a tab for a single window. Of course, a flag to turn this on or off might be simpler.
For me, with one window no tab is required. For precedents I'll cite Firefox and Gaim (aka Pidgin).
Ion always provides a tab (title bar) for every window.
Ion also has the popular mintabs extension, which removes the title bar when there's only one tab. I prefer this behavior. It can make it a little confusing to tell which mode you're in, but I think it's worth the real estate. It'll be especially useful if my ideas of nesting layouts work out, and we start having much smaller tabbed layouts on a portion of the screen--where you really don't want to waste space on unnecessary tabs. -- David Roundy http://www.darcs.net
participants (4)
-
Andrea Rossato
-
Dave Harrison
-
David Roundy
-
dons@cse.unsw.edu.au