start another window manager from xmonad

Hi, Is there a way to start another window manager from xmonad ? I tried this configuration in xmonad.hs, without success : ((modMask , xK_i ), broadcastMessage ReleaseResources >> restart (Just "/usr/local/bin/ion") True) Lobzang.

On Wednesday 19 December 2007 07:24:41 lobzang@free.fr wrote:
Hi,
Is there a way to start another window manager from xmonad ?
I tried this configuration in xmonad.hs, without success :
((modMask , xK_i ), broadcastMessage ReleaseResources >> restart (Just "/usr/local/bin/ion") True)
Lobzang. _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
Use 'restart ... False'. Cheers, Spencer Janssen

Thank you ...
indeed the problem was s/ion/ion3/ , sorry for the spam :)
Lobzang
Quoting Spencer Janssen
On Wednesday 19 December 2007 07:24:41 lobzang@free.fr wrote:
Hi,
Is there a way to start another window manager from xmonad ?
I tried this configuration in xmonad.hs, without success :
((modMask , xK_i ), broadcastMessage ReleaseResources >> restart (Just "/usr/local/bin/ion") True)
Lobzang. _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
Use 'restart ... False'.
Cheers, Spencer Janssen
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
participants (2)
-
lobzang@free.fr
-
Spencer Janssen