[xmonad] Mplayer issue (not the one in the faq)

Marco Túlio Gontijo e Silva marcot at riseup.net
Mon Jun 16 19:58:24 EDT 2008


Em Seg, 2008-06-16 às 22:48 +0200, Jesús Guerrero escreveu:
> Hello,

Hello Jesús!

>   , className =? "MPlayer"                --> doF (W.shift "mplayer")

Just a tip that is not related to your problem:

doShift :: WorkspaceId -> ManageHook
doShift = doF . W.shift

This code could be simply:

  , className =? "MPlayer"                -> doShift "mplayer"

Good luck.

-- 
Marco Túlio Gontijo e Silva
Página: http://marcotmarcot.googlepages.com/
Blog: http://marcotmarcot.wordpress.com/
Correio: marcot at riseup.net
XMPP: marcot at jabber.org
IRC: marcot at irc.freenode.net
Telefone: 25151920
Celular: 98116720
Endereço:
 Rua Turfa, 639/701
 Prado 30410-370
 Belo Horizonte/MG Brasil



More information about the xmonad mailing list