Screen size and cursor on config file

This commit is contained in:
9and3r
2014-07-25 12:13:13 +02:00
parent 334576e760
commit 4d1420a15c
7 changed files with 70 additions and 69 deletions

View File

@@ -26,6 +26,9 @@ class Extension(ext.Extension):
def get_config_schema(self):
schema = super(Extension, self).get_config_schema()
schema['screen_width'] = config.Integer()
schema['screen_height'] = config.Integer()
schema['cursor'] = config.Boolean()
# TODO: Comment in and edit, or remove entirely
#schema['username'] = config.String()
#schema['password'] = config.Secret()