On Jun 18, 2012 4:28 AM, "Rainer M Krug" <[email protected]> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi
>
> I have some applications, for which I would like to have a tag of the
same name on each screen (I
> have two screens). Is this possible? At the moment, when I start the
program, it creates one tag
> on one screen, and I manually create one on the other screen, but it
would be really nice if this
> could be done automatically?
>
Are you asking if shifty can create tags on startup?
shifty.config.tag = {
"foo" = { screen = 1, init = true },
}
You can also see an example here:
https://github.com/bioe007/awesome-shifty/blob/master/example.rc.lua