Updates readme to reflect the current state of the program, and also adds a future work in the readme :9

This commit is contained in:
generaldenmark
2020-11-13 16:12:05 +01:00
parent 2f455a6a5e
commit ce78dd2e7c
3 changed files with 79 additions and 91 deletions

View File

@@ -118,7 +118,7 @@ class WorkSpacer:
def main():
parser = argparse.ArgumentParser(
description="Dynamic changes the workspace, based on what output your cursor is on."
description="Changes the workspace, based on what output your cursor is on."
)
parser.add_argument('-d', '--debug', action='store_true',
help='Turn on debug mode.')