unix0.1 would be the secondary head on display 0 for some X servers,
not "workspace 1". Workspaces aren't a feature that is built into the
X server, its a feature provided by the window manager.
On Mon, 09 Oct 2000 16:58:49 +0300
Peter Peltonen <[EMAIL PROTECTED]> mumbled:
> "man X" gives me the following information:
>
> From the user's perspective, every X server has a display
> name of the form:
>
> --snip--
> hostname:displaynumber.screennumber
>
> This information is used by the application to determine
> how it should connect to the server and which screen it
> should use by default (on displays with multiple moni�
> tors):
> --snip--
>
> Now, when I try rxvt -display unix:0.0, it works fine. But
> when I try rxvt -display unix:0.1, I get the following error
> message:
>
> rxvt: can't open display unix:0.1
>
> Have I misunderstood X's behaviour, is my X broken or does
> Blackbox not support this feature (or what is workspace if
> not a screen)?
>
> I'm asking this because I really would like to define to my
> .Xclients file to open apps in different workspaces when I
> start X...
>
> Peter
--