THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#934 - sticky windows don't are attached to a tag
User who did this - Uli Schlachter (psychon)

----------
I just pushed the following commit and I'm 90% sure that this nails this 
problem, could you test?


commit ed022e6764990d253586a29b143b23b5289f8db2
Author: Uli Schlachter <[email protected]>
Date:   Wed Oct 19 16:34:15 2011 +0200

   tag.withcurrent(): Also tag sticky clients (FS#934)
Tagging sticky clients shouldn't hurt anything, but it helps a lot if the client
   later becomes unsticky. I'd have no tags in that case.
Signed-off-by: Uli Schlachter <[email protected]>

diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in
index bf5c334..009924e 100644
--- a/lib/awful/tag.lua.in
+++ b/lib/awful/tag.lua.in
@@ -463,7 +463,7 @@ end
-- @param c The client to tag.
-- @param startup Optional: don't do anything if true.
function withcurrent(c, startup)
-    if startup ~= true and c.sticky == false then
+    if startup ~= true then
        if #c:tags() == 0 then
            c:tags(selectedlist(c.screen))
        end

----------

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

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