Re: [dev] [wmii] How to disable re-sizing of managed area.

2011-07-29 Thread Suraj N. Kurapati
On Fri 29 Jul 2011 03:16:20 PM PDT, Aleksey Zapparov wrote: > http://img94.imageshack.us/img94/6758/201107281723071280x800s.png Wow, nice color scheme! Would you mind sharing it? And how did you make your terminals (and wmii's client borders) translucent? O_o -- Assembly language experience i

Re: [dev] [patch] Xinerama bugfix + map new window *after* arrange(), again

2011-07-29 Thread garbeam
Hi Peter, On 29 July 2011 19:15, Peter Hartlich wrote: > So here's another go at mapping new windows after everything has > been arranged. > > This time, floating windows are stacked correctly and there are > no flickers or redraws of the title bar or the new window. The > two patches add 8 short

[dev] [patch] Xinerama bugfix + map new window *after* arrange(), again

2011-07-29 Thread Peter Hartlich
So here's another go at mapping new windows after everything has been arranged. This time, floating windows are stacked correctly and there are no flickers or redraws of the title bar or the new window. The two patches add 8 short lines. Seems not too gross as an interim solution. The line "c->mo

Re: [dev] [dwm] applications in floating layout mode by default

2011-07-29 Thread anonymous
By the way, why applyrules sets tags and isfloating to 0 before applying rules? It is already done by calloc() in manage(). And it doesn't set c->mon to NULL, so I think we can just remove all initialization. Code cleanup patch: diff -r b46ae56abe65 dwm.c --- a/dwm.c Wed Jul 27 19:59:10 201

Re: [dev] [dwm] applications in floating layout mode by default

2011-07-29 Thread anonymous
On Fri, Jul 29, 2011 at 02:20:41PM +0200, mauro tonon wrote: > Usually, in dwm, I prefer to have only terminals (xterm, rxvt, etc) > in tiled mode and all other applications in floating mode... > At first, I added many lines to the rules section in config.h > but, now, I solved the problem in this

[dev] [wmii] How to disable re-sizing of managed area.

2011-07-29 Thread Aleksey Zapparov
Hello, Please, can somebody bring some light for me on subj? Here's a screenshot of what I want to avoid: http://img94.imageshack.us/img94/6758/201107281723071280x800s.png As you can see managed area has been re-sized. I want to avoid re-size it accidentally. I can understand the use case of man

[dev] [dwm] applications in floating layout mode by default

2011-07-29 Thread mauro tonon
Usually, in dwm, I prefer to have only terminals (xterm, rxvt, etc) in tiled mode and all other applications in floating mode... At first, I added many lines to the rules section in config.h but, now, I solved the problem in this way: in file config.def.h, before the rules, add: + /* Floating def