Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created December 12, 2010 14:58
Show Gist options
  • Save farhaven/738095 to your computer and use it in GitHub Desktop.
Save farhaven/738095 to your computer and use it in GitHub Desktop.
client.add_signal("manage", function (c, startup)
if client_destination[c.pid] == nil then return end
local s = client_destination[c.pid][1]
local t = client_destination[c.pid][2]
c.screen = s
c:tags({ t })
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment