[dev] [dwm] Setting Initial Geometry for Floating Windows

2011-08-17 Thread Bastien Dejean
Hi, Is there any patch to make dwm handles a ruled based user specified initial geometry for floating windows? Thanks, -- Bastien

Re: [dev] [dwm] Fullscreen Layout

2011-08-17 Thread Ruben Gonzalez Arnau
On 14/08/11 22:03, Bastien Dejean wrote: Hi, Any idea on how to implement a fullscreen layout? Cheers, From dwm-hiltjo version: http://www.codemadness.nl/downloads/projects/dwm/ /* Same as monocle, just never draw borders. */ void fullscreen(Monitor *m) { Client *c;

Re: [dev] [dwm] Setting Initial Geometry for Floating Windows

2011-08-17 Thread Bert Münnich
On 17.08.11, Bastien Dejean wrote: Is there any patch to make dwm handles a ruled based user specified initial geometry for floating windows? I've just hacked together a working patch for dwm 5.9. It adds a member named geometry to the Rule struct, enabling you to add a typical X geometry