Re: [dwm] Bottom Stack Patch

2009-02-09 Thread thierry beauquier
Works perfectly well. Thanks again Thierry On Mon, Feb 9, 2009 at 2:50 PM, Jeremy Jay wrote: > not incredibly difficult to modify the existing tile() function for > this this isnt the most up-to-date version of dwm, but plop > something similar to this into your config.h > > --

Re: [dwm] Bottom Stack Patch

2009-02-09 Thread thierry beauquier
Thanks Jeremy, I will give it a try. On Mon, Feb 9, 2009 at 2:50 PM, Jeremy Jay wrote: > not incredibly difficult to modify the existing tile() function for > this this isnt the most up-to-date version of dwm, but plop > something similar to this into your config.h > > ---

Re: [dwm] Bottom Stack Patch

2009-02-09 Thread Jeremy Jay
not incredibly difficult to modify the existing tile() function for this this isnt the most up-to-date version of dwm, but plop something similar to this into your config.h --- static void htile(void) { int y, h; unsigned int i, n; Client *c;

Re: [dwm] Bottom Stack Patch

2009-02-09 Thread James Turner
On Mon, Feb 09, 2009 at 02:19:05PM -0500, thierry beauquier wrote: > Do you remenber when it was and if it was the same patch's name?? This would > help my googling :-) > > On Mon, Feb 9, 2009 at 2:04 PM, James Turner wrote: > > > On Mon, Feb 09, 2009 at 02:01:03PM -0500, thierry beauquier wrote

Re: [dwm] Bottom Stack Patch

2009-02-09 Thread thierry beauquier
Do you remenber when it was and if it was the same patch's name?? This would help my googling :-) On Mon, Feb 9, 2009 at 2:04 PM, James Turner wrote: > On Mon, Feb 09, 2009 at 02:01:03PM -0500, thierry beauquier wrote: > > Hi, > > > > Is there a patch to have pure horizontal tiling? > > > > Mean

Re: [dwm] Bottom Stack Patch

2009-02-09 Thread James Turner
On Mon, Feb 09, 2009 at 02:01:03PM -0500, thierry beauquier wrote: > Hi, > > Is there a patch to have pure horizontal tiling? > > Meaning: > > +--+ > || > +--+ > || > +

Re: [dwm] Bottom Stack Patch

2009-02-09 Thread thierry beauquier
Hi, Is there a patch to have pure horizontal tiling? Meaning: +--+ || +--+ || +--+ || +--+ Regards Thierry On Sun,

Re: [dwm] Bottom Stack Patch

2009-02-08 Thread James Turner
On Sun, Feb 08, 2009 at 10:25:41AM -0500, David Neu wrote: > Hi, > > I was just about to download the bottom stack patch for dwm-5.4.1 from, > > http://www.suckless.org/dwm/patches/bottom_stack.html > > but noticed it's dated 20081217. Is this correct? > > Many thanks! > > Cheers, > David He

[dwm] Bottom Stack Patch

2009-02-08 Thread David Neu
Hi, I was just about to download the bottom stack patch for dwm-5.4.1 from, http://www.suckless.org/dwm/patches/bottom_stack.html but noticed it's dated 20081217. Is this correct? Many thanks! Cheers, David

[dwm] Bottom Stack patch for dwm-4.4

2007-08-24 Thread Ross Mohn
Thanks to James Turner for keeping the bstack patch alive! I've updated the wiki with the 4.4 patch (only tweaked one or two lines): http://www.suckless.org/wiki/dwm/patches/bottom_stack Thanks! -Ross On Thu, 2007-08-23 at 13:16 -0400, James Turner wrote: > On Thu, Aug 23, 2007 at 12:45:47PM -0

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Jukka Salmi
Anselm R. Garbe --> dwm (2007-05-24 16:27:44 +0200): > I pushed a slightly different version, which seemed more obvious > to me: [...] Sure, that's cleaner. Works fine, thanks! Regards, Jukka -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Anselm R. Garbe
On Thu, May 24, 2007 at 04:10:20PM +0200, Jukka Salmi wrote: > Anselm R. Garbe --> dwm (2007-05-24 15:44:33 +0200): > > Ok I pushed a version, which handles the problem properly for > > both master and stack areas. It's time for you guys to test this > > now! > > Seems to work fine, thanks! Except

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Jukka Salmi
Anselm R. Garbe --> dwm (2007-05-24 15:44:33 +0200): > Ok I pushed a version, which handles the problem properly for > both master and stack areas. It's time for you guys to test this > now! Seems to work fine, thanks! Except for the case if nmaster > n; in that case the calculate height of the la

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Anselm R. Garbe
On Thu, May 24, 2007 at 11:01:19AM +0200, Anselm R. Garbe wrote: > On Tue, May 22, 2007 at 11:42:46PM -0400, Ross Mohn wrote: > > I've posted a new patch that works, but I don't think that the vanilla > > dwm code deals with all the cases that might need the remainder > > solution. For example, if

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Szabolcs Nagy
That's indeed an issue. So the question is, wether we revert the algorithm to not handling any remainder or to handle it properly for both, master and stack windows. doesn't it only affects the layout code? i consider layouts as plugins/extensions so not a core dwm feature that one can replace

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Jukka Salmi
Anselm R. Garbe --> dwm (2007-05-24 11:01:19 +0200): > Hi Ross, > > On Tue, May 22, 2007 at 11:42:46PM -0400, Ross Mohn wrote: > > I've posted a new patch that works, but I don't think that the vanilla > > dwm code deals with all the cases that might need the remainder > > solution. For example, i

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-24 Thread Anselm R. Garbe
Hi Ross, On Tue, May 22, 2007 at 11:42:46PM -0400, Ross Mohn wrote: > I've posted a new patch that works, but I don't think that the vanilla > dwm code deals with all the cases that might need the remainder > solution. For example, if nmaster>1, you might want to apply a remainder > to the bottom

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-22 Thread Ross Mohn
I've posted a new patch that works, but I don't think that the vanilla dwm code deals with all the cases that might need the remainder solution. For example, if nmaster>1, you might want to apply a remainder to the bottom window, but it would be different from the tiling remainder. How correct are

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-22 Thread Jukka Salmi
Philipp Köhler --> dwm (2007-05-22 12:58:32 +0200): > i dont know if this is dwm's fault or the stacked mode... > but in landscapemode the second windows isnt visible,,, Seems to be a bug in the bstack patch. Try applying the attached patch after applying the bstack patch. HTH, Jukka -- bashia

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-22 Thread Philipp Köhler
i dont know if this is dwm's fault or the stacked mode... but in landscapemode the second windows isnt visible,,, thx a lot anyways! On 5/22/07, Philipp Köhler <[EMAIL PROTECTED]> wrote: i dont know if this is dwm's fault or the stacked mode... but in landscapemode the second windows isnt visib

Re: [dwm] Bottom Stack patch for dwm-4.1

2007-05-22 Thread Philipp Köhler
i dont know if this is dwm's fault or the stacked mode... but in landscapemode the second windows isnt visible,,, thx a lot anyways! On 5/22/07, Ross Mohn <[EMAIL PROTECTED]> wrote: The Bottom Stack patch for dwm-4.1 is now available. http://www.suckless.org/wiki/dwm/patches/bottom_stack/

[dwm] Bottom Stack patch for dwm-4.1

2007-05-21 Thread Ross Mohn
The Bottom Stack patch for dwm-4.1 is now available. http://www.suckless.org/wiki/dwm/patches/bottom_stack/ Enjoy! -RPM

Re: [dwm] Bottom Stack patch for dwm-3.8

2007-03-13 Thread Ross Mohn
I released a new version of the patch today -- dwm-3.8-bstack.1.diff -- it renames 'tileright' back to the default name of 'tile'. So now here are all the possibilities: #define LAYOUTS \ static Layout layout[] = { \ /* symbol function */ { "[]=",tile }, /* first entry is default */

Re: [dwm] Bottom Stack patch for dwm-3.8

2007-03-12 Thread Christian Garbs
On Mon, Mar 12, 2007 at 12:38:22PM -0400, Ross Mohn wrote: > The Bottom Stack patch for dwm-3.8 is now available. Cool! Before anybody asks: It won't be before this weekend that I can start to look into the bottom stack patch to release an update of dwm-mitch. Regards, Christian -- Christi

[dwm] Bottom Stack patch for dwm-3.8

2007-03-12 Thread Ross Mohn
The Bottom Stack patch for dwm-3.8 is now available. I want to thank Anselm for the new, super clean code base on which layout patches can now be applied! This patch provides additional layouts for dwm. It no longer includes code for client title bars as that is truly separate functionality. I hop

[dwm] Bottom Stack patch for dwm-3.5

2007-02-14 Thread Ross Mohn
The Bottom Stack patch for dwm-3.5 is now available (built in between looking after my son and his friends on a snowy Vermont day off from school & work!). http://www.suckless.org/wiki/dwm/patches/bottom_stack/ Enjoy! -RPM

Re: [dwm] Bottom Stack patch for dwm-3.4

2007-02-12 Thread Ross Mohn
There's a new release of this patch posted now (dwm-3.4-bstack-2.diff) so that it compiles without #define TITLES. Thanks to both Olli Rohbani-Baacke and Martin Sander for pointing out this error! -RPM On Mon, 2007-02-12 at 10:54 -0500, Ross Mohn wrote: > The Bottom Stack patch for dwm-3.4 is now

[dwm] Bottom Stack patch for dwm-3.4

2007-02-12 Thread Ross Mohn
The Bottom Stack patch for dwm-3.4 is now available. It took a little longer because of an unexpected change to the focus() code. Remember that you can add client title bars back in by #define TITLES in the config.h file! http://www.suckless.org/wiki/dwm/patches/bottom_stack/ Enjoy! -RPM

[dwm] Bottom Stack patch (rc2) for dwm-3.1

2007-01-17 Thread Ross Mohn
On Wed, 2007-01-17 at 12:12 +0100, Anselm R. Garbe wrote: > On Wed, Jan 17, 2007 at 09:39:51AM +0100, Anthony Brown wrote: > > On Tue, Jan 16, 2007 at 11:02:56PM -0500, Ross Mohn wrote: > > > An "rc1" version of the Bottom Stack patch for dwm-3.1 is now available. > > > It seems to work for me, but

Re: [dwm] Bottom Stack patch (rc1) for dwm-3.1

2007-01-17 Thread Szabolcs Nagy
here is my dwm 3.1 patch (it's not just bottom stack patch though) added: + 3 tiled mode: right stack and bottom stack with horiz./vert. split + tile mode can be changed per tag + xrandr screen resize handler + togglemax removed: - toggleview (only one view at a time) - nmaster - client stack n

Re: [dwm] Bottom Stack patch (rc1) for dwm-3.1

2007-01-17 Thread Anselm R. Garbe
On Wed, Jan 17, 2007 at 09:39:51AM +0100, Anthony Brown wrote: > On Tue, Jan 16, 2007 at 11:02:56PM -0500, Ross Mohn wrote: > > An "rc1" version of the Bottom Stack patch for dwm-3.1 is now available. > > It seems to work for me, but please test and let me know of any > > problems! It should suppor

Re: [dwm] Bottom Stack patch (rc1) for dwm-3.1

2007-01-17 Thread Ross Mohn
On Wed, 2007-01-17 at 09:39 +0100, Anthony Brown wrote: > Thanks for this patch, I'm definitely using the "#define TITLES" option. > Everything seems to be working fine so far, the only thing I've noticed > is that the coloured border around the focused window seems to follow > the focus only if th

Re: [dwm] Bottom Stack patch (rc1) for dwm-3.1

2007-01-17 Thread Anthony Brown
On Tue, Jan 16, 2007 at 11:02:56PM -0500, Ross Mohn wrote: > An "rc1" version of the Bottom Stack patch for dwm-3.1 is now available. > It seems to work for me, but please test and let me know of any > problems! It should support the nmaster feature in all the layout modes. > > I did include a com

[dwm] Bottom Stack patch (rc1) for dwm-3.1

2007-01-16 Thread Ross Mohn
An "rc1" version of the Bottom Stack patch for dwm-3.1 is now available. It seems to work for me, but please test and let me know of any problems! It should support the nmaster feature in all the layout modes. I did include a compile-time option in config.h to put back the client titles on unfocus

[dwm] Bottom Stack patch for dwm-3.0

2007-01-15 Thread Ross Mohn
The Bottom Stack patch for dwm-3.0 is now available. Maybe if I had a sweet wide-aspect monitor like Anselm I wouldn't need it, but as for now, I like the "[]=" layout best for coding and the "TTT" layout best for most everything else. http://dwm.suckless.org/view.sh/bottom+stack+layout For the d

[dwm] Bottom Stack patch for dwm-2.8

2007-01-02 Thread Ross Mohn
The Bottom Stack patch for dwm-2.8 is now available. There are many changes from 2.7 and all previous patches, so please read the notes on the website! You will need to make changes to your config.h file! The biggest functional changes are the ability to toggle portrait/landscape tiling orientation

[dwm] Bottom Stack Patch for dwm-2.5.1

2006-12-05 Thread Ross Mohn
The Bottom Stack Patch for dwm-2.5.1 is now available in taggi. http://dwm.suckless.org/view.sh/bottom+stack+layout Enjoy! -RPM

Re: [dwm] Bottom Stack Patch for dwm-2.4

2006-11-30 Thread Frank Boehme
Ross Mohn wrote: > > The Bottom Stack Patch for dwm-2.4 is now available in taggi. Excellent stuff. Thanks. > I've > removed my convenience binding of viewall() to mouse Button2; the lower > right corner tag label dots make the viewall() function unnecessary for > me now. I still use viewall()

Re: [dwm] Bottom Stack Patch for dwm-2.4

2006-11-30 Thread Anselm R. Garbe
On Thu, Nov 30, 2006 at 09:09:25AM -0500, Ross Mohn wrote: > The Bottom Stack Patch for dwm-2.4 is now available in taggi. I've > removed my convenience binding of viewall() to mouse Button2; the lower > right corner tag label dots make the viewall() function unnecessary for > me now. I also used a

[dwm] Bottom Stack Patch for dwm-2.4

2006-11-30 Thread Ross Mohn
The Bottom Stack Patch for dwm-2.4 is now available in taggi. I've removed my convenience binding of viewall() to mouse Button2; the lower right corner tag label dots make the viewall() function unnecessary for me now. I also used a few more ternary expressions in order to reduce the number of chan

Re: [dwm] Bottom Stack Patch for dwm-2.3

2006-11-27 Thread Ross Mohn
On Mon, 2006-11-27 at 16:31 +1300, Karl. wrote: > On Sun, Nov 26, 2006 at 10:00:40PM -0500, Ross Mohn wrote: > > The Bottom Stack Patch for dwm-2.3 is now available in taggi. > > Yay! :-) :-) > Now I just need to figure out how best to apply it. I presume that the > basic approach is to use th

Re: [dwm] Bottom Stack Patch for dwm-2.3

2006-11-26 Thread Karl.
On Sun, Nov 26, 2006 at 10:00:40PM -0500, Ross Mohn wrote: > The Bottom Stack Patch for dwm-2.3 is now available in taggi. Yay! :-) Now I just need to figure out how best to apply it. I presume that the basic approach is to use the 'hg import' option, and I guess that that merges the patch di

[dwm] Bottom Stack Patch for dwm-2.3

2006-11-26 Thread Ross Mohn
The Bottom Stack Patch for dwm-2.3 is now available in taggi. http://dwm.suckless.org/view.sh/bottom+stack+layout Cheers! -RPM

Re: [dwm] Bottom Stack Patch for dwm-2.1

2006-11-06 Thread Philippe-Pierre
Ross Mohn a écrit : The Bottom Stack Patch (formerly known as the Wide Layout Patch) for dwm-2.1 is now available in taggi. http://dwm.suckless.org/view.sh/bottom+stack+layout Cheers! -RPM Thank you very much Ross ! -- Philippe-Pierre

[dwm] Bottom Stack Patch for dwm-2.1

2006-11-05 Thread Ross Mohn
The Bottom Stack Patch (formerly known as the Wide Layout Patch) for dwm-2.1 is now available in taggi. http://dwm.suckless.org/view.sh/bottom+stack+layout Cheers! -RPM