Good question. This is something that annoys me about the current system and is something that I'm working to fix.
In the meantime, it works like this: If you're calling the command via one of the RPC (remote procedure call) interfaces (eg "lazy.", "qtile cmd-obj") then you remove the "cmd_" part. If you're calling the command directly from the python object (eg "qtile.") then you need the full method name which begins with the "cmd_" prefix. The reason is that qtile uses that prefix to identify the command to expose via RPC. I'm working on a fix to remove that prefix to prevent confusion like this from happening. Hope that helps. > > -- 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/CADPQLhA57pWKzLFp--5QSUTC8MzmQ1bUdnkqwPJRpr7Tw6JRvg%40mail.gmail.com.
