csshx icon indicating copy to clipboard operation
csshx copied to clipboard

Windows open offscreen on dual monitors with 10.10

Open mkb218 opened this issue 9 years ago • 2 comments

I'm on OS X 10.10.4, with an Apple Thunderbolt Display as a second monitor on a MacBook Air. If the Terminal window that invokes csshX is on the secondary display, the windows are created offscreen and so aren't visible. I've tried to trace through with perl -d, but it doesn't show the symptom.

mkb218 avatar Jul 15 '15 16:07 mkb218

This appears to be a duplicate of an existing issue that has carried forward through to current versions of OS X and csshX.

https://github.com/brockgr/csshx/issues/60

The workarounds appear to be:

  1. use the -screen n option (e.g. csshX -screen 2 foohosts)
  2. disable separate workspaces for each display

jamesb2147 avatar Aug 06 '15 23:08 jamesb2147

Ah! Thanks.

Sent from my mobile. On Aug 6, 2015 7:10 PM, "jamesb2147" [email protected] wrote:

This appears to be a duplicate of an existing issue that has carried forward through to current versions of OS X and csshX.

#60 https://github.com/brockgr/csshx/issues/60

The workarounds appear to be:

  1. use the -screen n option (e.g. csshX -screen 2 foohosts)
  2. disable separate workspaces for each display

— Reply to this email directly or view it on GitHub https://github.com/brockgr/csshx/issues/76#issuecomment-128536277.

mkb218 avatar Aug 06 '15 23:08 mkb218