Skip to content

Instantly share code, notes, and snippets.

@blueyed
Created March 16, 2014 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blueyed/9582835 to your computer and use it in GitHub Desktop.
Save blueyed/9582835 to your computer and use it in GitHub Desktop.
client.connect_signal("request::activate", function(c)
if c:isvisible() then
client.focus = c
c:raise()
else
if not awesome_startup then
c.urgent = true
end
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment