Only set client's urgent after startup
This looks at awesome.startup in the default 'request::activate' signal handler.
This commit is contained in:
parent
9a5a8dc6e8
commit
edaca590f6
|
@ -137,7 +137,7 @@ function ewmh.activate(c)
|
||||||
if c:isvisible() then
|
if c:isvisible() then
|
||||||
client.focus = c
|
client.focus = c
|
||||||
c:raise()
|
c:raise()
|
||||||
else
|
elseif not awesome.startup then
|
||||||
c.urgent = true
|
c.urgent = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue