On 6/21/08, Leandro Chescotta <[EMAIL PROTECTED]> wrote:
> 1) get mplayer working right in dwm, i get a tiled mplayer window when
> i understand that it must be in the floating layer, and if i press f
> for fullscreen i get it fullscreen but below the other apps not in top
> off all
for me fullscreen works for tiled mplayer as well (but then becomes floating)
> static Rule rules[] = {
> /* class instance title tags mask isfloating */
> { "mplayer", NULL, NULL, 0, True },
use
s/"mplayer/"MPlayer"/
(you can use xprop to get the proper spelling)