
19 Dec
2007
19 Dec
'07
4:15 p.m.
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