THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#883 - awful.autofocus and moving clients
User who did this - awesome fan (awesomefan)

----------
I added this function to my rc.lua:

function move_to_tag(xid, tag)
  local clients=client.get()
  for k,c in pairs(clients) do
          if c.window==xid then
                 awful.client.movetotag(tag, c)
                 return true
          end
  end

  return false
end


now I am on tag a, open a new terminal shell (emacs shell), and execute

sleep 5 ; echo 'move_to_tag(XID, media_tag)' | awesome-client

with XID being the very x window id of the shell window.
media_tag has no clients at all.
Whilst the 5 second sleep, I am unselecting all selected tags and select 
media_tag. After 5 seconds, my shell window is moved to media tag (the tag 
currently selected), but the focus is not set to that the shell window. In 
fact, no client has focus...

----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=883#comment2594

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

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

Reply via email to