On Wednesday, July 16, 2014 10:47:53 AM UTC+2, Roger wrote: > > On Wed, Jul 16, 2014 at 5:31 AM, Khoroshyy Petro <[email protected]> > wrote: > > Hi list. > > I have managed to setup a dual screen on my working computer, but there > is > > one thing I cannot figure out. I have groups ¨asdfuiop¨. When I log in, > > group "a" window is on screen 0 and group "s" in on screen 1. How can > I > > set group "o" to be on screen 1 by default? > > > > Thanks > > Petro > > You can use screen affinity, ie: > > # The group try to start in the screen 1 if exists > Group("Mplayer", persist=False, init=False, screen_affinity=1, > matches=[Match(wm_class=["MPlayer"])] > ) >
Thanks I will try -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
