[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmonad
Subject:    [xmonad] It won't,
From:       Eric Thomas <eric.l.m.thomas () gmail ! com>
Date:       2009-08-25 11:28:13
Message-ID: af44d91f0908250428q2c2a02c2n1ad07853aa9461b0 () mail ! gmail ! com
[Download RAW message or body]

My script is currently the following (I use tcsh).

/home/eric/bin/xmonad &
setenv DISPLAY beryllium:0.1 exec /home/eric/bin/xmonad &
wait

However, the second screen still isn't loading correctly. Does
everything look okay for this?

Eric Thomas

--------------------------------

It won't, no.  The exec causes the shell to vanish (so the second xmonad
isn't seen at all).

Try something like

/home/eric/bin/xmonad &
setenv DISPLAY=beryllium:0.1 exec /home/eric/bin/xmonad

Presuming that works OK, you might want to start both instances in the
background and use wait (to wait for both) at the end of the script.  Or
some variant like that---I'm not sure what would be most convenient for
someone running two window managers.
_______________________________________________
xmonad mailing list
xmonad@haskell.org
http://www.haskell.org/mailman/listinfo/xmonad
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic