-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Am 20.06.2010 03:13, Patrick Kenny wrote:
> Greetings,
>
> I'm new to Awesome and Lua and I'm trying to set everything up. I have
> a dual screen setup with xrandr which is working properly. I recently
> switched from awesome to wmii, and I love how awesome handles dual
> displays out of the box with no extra work on my part. That really is
> awesome.
>
> What I want to do is to use the awful rules to automatically tag certain
> programs to open on both [1][n] and [2][n]. I found the example below
> in the wiki:
>
> -- Set Xterm to multiple tags on screen 1
> { rule = { class = "XTerm" }, callback = function(c)
> c:tags({tags[1][5], tags[1][6]}) end},
>
> And I tried changing this to
> {tags[1][5], tags[2][5]}
>
> But, when I reload rc.lua and launch a program, it seems to only appear
> on screen [2]. Ideally, I would like all of my software to be tagged in
> the same way on both displays. (I know I could just mirror the screens,
> but I don't want to do this because I want to be able to switch to
> different desktops on different screens.)
>
> Is there a way to do this in awesome? Please advise.
Hi Patrick,
sadly, there is no way to do this in X11. Any given window can only be displayed
in one place at a time. If awesome let you attach windows to two different
screens, it couldn't actually transport this information to the X server once
the client becomes visible on both screen.
So sorry, not possible.
Also, this doesn't really belong to devel, but since it's already here....
Cheers,
Uli
- --
- - Buck, when, exactly, did you lose your mind?
- - Three months ago. I woke up one morning married to a pineapple.
An ugly pineapple... But I loved her!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBCAAGBQJMHcCdAAoJECLkKOvLj8sGhEMH/jbMjMAchVp/vrlhFDi4mqRO
/Ey27CJuBxRSfPWNlEeusNDxrloq/7xLGxcP/HBILDm+rJhkWozEWLDK/vDH46Gi
Iq+hc+Xkxqw9+XgS6fgJSbLPMT7LNLXVelUseQEU30UZHtu8CwXKIyntRacghwu7
Lrg+TpVsTd/tSortY8t+rzGhrDnLLDOiuwNJPyD2KAIdPt133xjyWKBQEhsWVBxp
m76kWAy9Lyv5mz4aSLxJM+XWhm4Wp52Xffi3OZvEMUKE/aJ57rpbKqrFDeq55Mde
yKdedqjB+uGRYfCHft17eRBDIPW0TJ/EkLOUqePDTJj4yIhRcmEMrsB5c9OCwwk=
=FV4/
-----END PGP SIGNATURE-----
--
To unsubscribe, send mail to [email protected].