Hi from a newbie.

I have been using qtile for a week or so and like it so much that I have it 
now on all my computers!
I have trouble remembering all the key bindings and found one way involving 
using qtile-cmd. But that command does not exist and It does not exist in 
any of my qtile installs. I guess that involves importing some library at 
the beginning of config.py  so I used the docs and tried to import:

from libqtile.command.client import CommandClient c = CommandClient() print(
c.call("status")()) from libqtile.command.client import 
InteractiveCommandClient c = InteractiveCommandClient() print(c.status())

for some reason qtile will not let me do that. I can't find any syntax 
errors so what I am doing wrong and why is not qtile-cmd default?

Very thankful for a hint and I apologize if my questions is on "too low 
level"!

womp

-- 
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/15a7f14d-0a04-448b-b36b-ebcd6a156f07n%40googlegroups.com.

Reply via email to