On Wed, Nov 22, 2006 at 06:35:32PM +0100, Anselm R. Garbe wrote:
> On Wed, Nov 22, 2006 at 05:04:20PM +0100, Diego Biurrun wrote:
> > On Wed, Nov 22, 2006 at 04:27:47PM +0300, Alexander Polakov wrote:
> > > * Leonhard Scherer <[EMAIL PROTECTED]> [061122 16:18]:
> > > > 
> > > > I got very much the same opinion like you, Anselm; but I really miss 
> > > > the 
> > > > togglemax-view feature :/
> > > > 
> > > > Maximizing to a specific tag is very uncomfortable, I think, so I would 
> > > > really like to have the titlebars removed and the togglemax inserted 
> > > > again.
> > > 
> > > I have the same opinion and added the togglemax from dwm-0.<something>
> > > myself, also removed titlebars (just not draw them (thanks Anselm for
> > > more correct solution, I'll use it now))
> > 
> > So will togglemax come back due to popular demand? :)
> 
> No, because it is zoom in floating mode/for floating clients.
> However, you could add following function and shortcut it:
> 
> extern void tilemax(Arg *arg);
              ^^^^^^^^^
extern void maxtiled(Arg *arg);

Sorry, typo...

> 
> void
> maxtiled(Arg *arg) {
>       arrange = dofloat;
>       arrange();
>       zoom(arg);
> }
> 
> Regards,
> -- 
>  Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361
> 

-- 
 Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361

Reply via email to