Skip to content

Instantly share code, notes, and snippets.

@cwage
Created January 26, 2016 16:17
Show Gist options
  • Save cwage/b73b55de5b2913905861 to your computer and use it in GitHub Desktop.
Save cwage/b73b55de5b2913905861 to your computer and use it in GitHub Desktop.
function client.focus.filter(c)
if c.type == "desktop"
or c.type == "dock"
or c.type == "splash"
or not c.focusable then
return nil
end
return c
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment