Only set client's urgent after startup

This looks at awesome.startup in the default 'request::activate' signal
handler.
This commit is contained in:
Daniel Hahler 2014-03-16 20:47:37 +01:00 committed by Uli Schlachter
parent 9a5a8dc6e8
commit edaca590f6
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function ewmh.activate(c)
if c:isvisible() then
client.focus = c
c:raise()
else
elseif not awesome.startup then
c.urgent = true
end
end