Re: [dev] dwm-5.8.1 / dmenu-4.1.1

2010-05-30 Thread Sylvain Laurent
Works fine but an option to disable automatic resize while handling EWMH would allow to do things like this => http://imgur.com/LGNIx.png and would permit to play with floating/monocle/tiles mode. Regards, -- Sylvain `Magicking` Laurent sylvain.laur...@epita.fr

Re: [dev] dwm-5.8.1 / dmenu-4.1.1

2010-05-29 Thread Sylvain Laurent
2010/5/29 Kris Maglione : > On Sat, May 29, 2010 at 07:59:39PM +0100, Anselm R Garbe wrote: >> >> On 29 May 2010 19:17, Anselm R Garbe wrote: >>> >>> On 29 May 2010 18:18, Kris Maglione wrote: On Sat, May 29, 2010 at 01:12:15PM +0100, Anselm R Garbe wrote: The getfullscreen bit is

Re: [dev] dwm-5.8.1 / dmenu-4.1.1

2010-05-29 Thread Sylvain Laurent
2010/5/29 Marvin Vek : > On Sat, May 29, 2010 at 01:12:15PM +0100, Anselm R Garbe wrote: >> The dwm release reverts the EWMH fullscreen support. Apparently it >> only made chromium to accept F11 requests, but broke mplayer and >> didn't really fix the flash fullscreen issue, which is still >> unres

[dev] Fullscreen issue & EWMH

2010-05-26 Thread Sylvain Laurent
Hi, I recently switched from Firefox to Chrome and surprisingly Chrome weren't able to switch to full screen because of the way GTK handles full screen. So, here is a patch that can be integrated or provided as an auxiliary patch that makes dwm support the _NET_WM_STATE_FULLSCREEN atom. Regards,