Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created February 12, 2012 22:22
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 AeroNotix/1811165 to your computer and use it in GitHub Desktop.
Save AeroNotix/1811165 to your computer and use it in GitHub Desktop.
# configs without
self.layouts = globs.get("layouts", self.default_layout())
self.screens = globs.get("screens")
self.groups = globs.get("groups")
self.keys = globs.get("keys")
def default_layout(self):
"""
method in case no defaults were added for the layout in the config
"""
from libqtile.layout import Max
return [Max()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment