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.
Cheers,
Patrick
--
To unsubscribe, send mail to [email protected].