Try Key([mod], 'period', lazy.next_screen(), desc='Next monitor')
on config.py Just make sure you have 2 screens setup on screens variable On Saturday, May 28, 2011 at 7:28:37 PM UTC-3 Timo Schmiade wrote: > Final update: > > The way I understand it, the problem is as follows: > > 1. qtile only manages the first non-pseudo screen, any other will have > no window manager running on it unless explicitly started. > 2. Starting an application on another non-pseudo screen will not have it > receive focus as there is no window manager to set the focus. Thus, > the focus stays where it is. > 3. To get the focus to the application on the other screen, I either > need to let a window manager run on the other screen or transfer the > focus there manually, which I will now do with swarp > (http://tools.suckless.org/swarp). > > It would be cool if qtile should at some point grow to manage more than > one non-pseudo screen, but I think I can live with this solution for the > time being. > > Greetings, > > Timo > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/735bb4b2-506f-4f26-8dc5-8e57c769fa49n%40googlegroups.com.
