Good point. Looks like they need to be manually added to the documentation. It's probably worth submitting a GH issue for updating the lazy function documentation.
As for finding other ones, the Qtile backend is really difficult to follow to be completely honest. In general, a method with the name `cmd_*` in the `Qtile`, `Bar`, `Screen`, `Group`, and `Window` classes can be called as a lazy function, but there's probably exceptions. At one point I knew how to get them a bit more easily, but it's been a long time since I've needed to dive too deeply into it. On Monday, June 13, 2022 at 9:36:31 AM UTC-6 [email protected] wrote: > I can't find `next_screen` or `move_next_screen` in the docs. How can I > see all the available commands? > > Thanks! > El martes, 31 de mayo de 2022 a las 21:06:48 UTC+2, [email protected] > escribió: > >> Here's a link to my config doing it. I also have a custom command that >> changes the display that a group is shown on. Might be of interest. >> >> >> https://github.com/jrwrigh/dotfiles2.0/blob/master/.config/qtile/config.py#L87 >> >> On Tue, May 31, 2022, 13:05 James Wright <[email protected]> wrote: >> >>> Should be `next_screen`. >>> >>> On Tue, May 31, 2022, 13:01 Amy de Buitléir <[email protected]> wrote: >>> >>>> I have two displays, and I want to map a key to switch the focus to the >>>> other display. I searched the documentation, including >>>> https://docs.qtile.org/en/latest/manual/config/lazy.html, but I can't >>>> figure out what function to map the key to. >>>> >>>> *Is there a function to move the focus between screens?* >>>> >>>> -- >>>> 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/9c323687-1096-4940-95fd-f382ec8e4022n%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/qtile-dev/9c323687-1096-4940-95fd-f382ec8e4022n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- 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/3872a5e1-2695-416e-b147-c0d12540c330n%40googlegroups.com.
