Skip to content

Instantly share code, notes, and snippets.

@PatchworkBoy
Created December 22, 2016 16:58
Show Gist options
  • Save PatchworkBoy/4916132cb893d324656d4752fcd6c558 to your computer and use it in GitHub Desktop.
Save PatchworkBoy/4916132cb893d324656d4752fcd6c558 to your computer and use it in GitHub Desktop.
kill focus.py!
#!/usr/bin/python
from subprocess import call
call(["pkill","focus"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment