Re: [dwm] spiral and grid tile for dwm-4.4 patch

2007-08-24 Thread Jeroen Schot
Hi, Are you aware I already posted an update for the spiral patch (fibonaci)? I will update the diri page soon. In the new scheme you should put new layouts into separate .h and .c files and includes these in config.h and config.mk. See the standard tile layout as an example. Regards, --

Re: [dwm] dwm-4.4

2007-08-24 Thread Jan Christoph Ebersbach
On Thu 23-08-2007 12:45, Jeremy O'Brien wrote: Hopefully the wonderful patches out for dwm-4.3 will be ported up to this new version :) I've updated the patches taglayouts, moveresize, save_floats, maximize_vert_horz and raise/lower window. You can download them here:

[dwm] offscreen windows patch

2007-08-24 Thread y i y u s
This is a patch I find very useful. It is a pitty it adds lines of code. This is what it does: 1. If you move a tiled window more than the SPAN value it becomes floating. i. e. you can move tiled windows. 2. With MOD+Button2 over a floating window it becomes tiled and zoomed. 3. When a window is

Re: [dwm] dwm-4.4

2007-08-24 Thread Anselm R. Garbe
On Thu, Aug 23, 2007 at 10:36:31PM +0200, Antoni Grzymala wrote: Tako rzecze pancake (w e-mailu datowanym 2007-08-23, 22:32): wtf!? xkill doesn't works?!?? Confirmed. It doesn't. I consider this a bug. If it is fixed, there might be a 4.4.1 release. Regards, -- Anselm R. Garbe

Re: [dwm] dwm-4.4

2007-08-24 Thread y i y u s
I checked and xkill doesn't work, but xprop and xwininfo work with no problems, isn't it weird? wtf!? xkill doesn't works?!?? Confirmed. It doesn't. I consider this a bug. If it is fixed, there might be a 4.4.1 release. -- - yiyus || JGL .

Re: [dwm] dwm-4.4

2007-08-24 Thread Jeroen Schot
On Fri, Aug 24, 2007 at 05:02:36PM +0200, Anselm R. Garbe wrote: On Thu, Aug 23, 2007 at 10:36:31PM +0200, Antoni Grzymala wrote: Tako rzecze pancake (w e-mailu datowanym 2007-08-23, 22:32): wtf!? xkill doesn't works?!?? Confirmed. It doesn't. I consider this a bug. If it is

Re: [dwm] spiral and grid tile for dwm-4.4 patch

2007-08-24 Thread Jeroen Schot
On Fri, Aug 24, 2007 at 11:47:35AM +0200, Jeroen Schot wrote: Are you aware I already posted an update for the spiral patch (fibonaci)? I will update the diri page soon. Now on the diri (http://www.suckless.org/wiki/dwm/patches/fibonacci). I also fixed the bug that zoom (Mod+Enter) wasn't

Re: [dwm] spiral and grid tile for dwm-4.4 patch

2007-08-24 Thread T Biehn
Ah, No I didn't Danke On 8/24/07, Jeroen Schot [EMAIL PROTECTED] wrote: On Fri, Aug 24, 2007 at 11:47:35AM +0200, Jeroen Schot wrote: Are you aware I already posted an update for the spiral patch (fibonaci)? I will update the diri page soon. Now on the diri

Re: [dwm] dwm-4.4

2007-08-24 Thread Arun G Nair
Hi, I have pidgin (gaim) assigned to a separate tag. When I start pidgin and when am on a different tag I can pidgin's status box steals focus and shows up in the current tag. Anyone noticed it ? -Arun

[dwm] new floating windows

2007-08-24 Thread y i y u s
hey arg, would it be too much to add the line: c-isfloating = isfloating(); before applyrules(c); in the manage function in client.c? now, there is no way to not resize a new window when you toggle to tile layout if you haven't defined it in rules. this way i can toggle to float mode, open

Re: [dwm] Keyboard control in floating mode

2007-08-24 Thread Alessandro Dotti Contra
On Fri, Aug 24, 2007 at 08:44:03PM +0200, pancake wrote: |There's a patch called moveresize that allows you to do this: here's if you |can't find't anywhere. but i think it's in the kiwi. Thanks pancake. It was actually in the wiki. ciao alex -- Alessandro Dotti Contra | email: [EMAIL

Re: [dwm] Keyboard control in floating mode

2007-08-24 Thread Jan Christoph Ebersbach
On Fri 24-08-2007 20:56, Alessandro Dotti Contra wrote: On Fri, Aug 24, 2007 at 08:44:03PM +0200, pancake wrote: |There's a patch called moveresize that allows you to do this: here's if you |can't find't anywhere. but i think it's in the kiwi. I've attached the current version of moveresize

[dwm] silly way to remove line of code

2007-08-24 Thread David Tweed
Now that the dwm rearchitecting of the past couple of releases looks to have finished I'm started porting my modifications, including to tile, to 4.4. As part of that I'm looking at the current tile function and thought it amusing to point out that if you want to save a line of code you can now

[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