diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in index bf5c33421..009924e3e 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