On Mon, Jun 23, 2014 at 8:02 PM, jagguli <[email protected]> wrote:
> No errors, only that screenkey captures input focus, and is not visible on
> all groups, so when I switch groups its not visible.

Try this on your config, to set the screenkey window to static

from libqtile import hook

@hook.subscribe.client_new
def new_client(client):
    if client.window.get_wm_class()[0] == "screenkey":
        client.static(0)

> BTW this is for a talk I'm giving on qtile at the Sydney Python meetup
> (SyPy), had lot of win with qtile, felt obliged to share.
>
> http://www.eventbrite.com.au/e/sypy-july-3rd-on-learning-python-hyperflow-and-more-tickets-12043022003?aff=eorg
>
>
>
> On Monday, June 23, 2014 11:19:35 PM UTC+10, Tycho Andersen wrote:
>>
>> Hi,
>>
>> On Mon, Jun 23, 2014 at 12:22:01AM -0700, jagguli wrote:
>> > Hi,
>> >
>> > I'm trying to make a screencast of qtile in action, but I cant seem to
>> > get
>> > screenkey to behave properly.
>>
>> What sort of errors are you getting? Unfortunately it looks like
>> screenkey is unmaintained. Does it work in other WMs?
>>
>> > Is there a way around this or is there an alternative method to make a
>> > screencast with keys displayed.
>>
>> Not sure, I know very little about making videos. Perhaps someone else
>> on the list knows?
>>
>> \t
>
> --
> 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.

-- 
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.

Reply via email to