Skip to content

Instantly share code, notes, and snippets.

@cjbarnes18
Created March 27, 2012 21:24
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 cjbarnes18/2220407 to your computer and use it in GitHub Desktop.
Save cjbarnes18/2220407 to your computer and use it in GitHub Desktop.
Help key
def get_help(q):
import webbrowser
webbrowser.register('firefox-auror', webbrowser.Mozilla)
webbrowser.open('www.qtile.org')
keys = [
Key([alt], 'F1', lazy.function(get_help)),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment