Hi,
when I switch to another tag by keyboard, there is usually a certain
client under the cursor. I want that client to be focused without having
to move the cursor or even clicking.
I tried to replace the function awful.tag.viewnext by this:
> function nextTag()
>     awful.tag.viewnext()
>     client.focus = mouse.object_under_pointer()
> end
but still the object the pointer is on doesn't get the focus unless I
click or move the cursor over a border to another client which is
focused then. Does anyone knows a solution for this?

Thanks in advance
Manuel

-- 
To unsubscribe, send mail to [email protected].

Reply via email to