Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
230243cfec | ||
|
|
4381c24a82 | ||
|
|
57b3328ebe |
@@ -104,7 +104,7 @@ def main():
|
||||
help="if present, moves the current active window to target workspace")
|
||||
shift_group.add_argument('-k', '--keep-with-it', action='store_true',
|
||||
help='if present, moves with the ')
|
||||
pprint.pprint(parser.parse_args().__dict__)
|
||||
# pprint.pprint(parser.parse_args().__dict__)
|
||||
WorkSpacer(parser.parse_args()).run()
|
||||
|
||||
|
||||
|
||||
4
setup.py
4
setup.py
@@ -4,7 +4,7 @@ with open('README.rst', 'r') as fh:
|
||||
|
||||
setup(
|
||||
name='pi3-smart-workspace',
|
||||
version='0.1.4',
|
||||
version='0.1.5',
|
||||
packages=['pi3'],
|
||||
url='https://github.com/GeneralDenmark/PyOutputHandler',
|
||||
license='Apache-2.0 License ',
|
||||
@@ -23,7 +23,7 @@ setup(
|
||||
author_email='asger@weirsoe.dk',
|
||||
description='Simple program that looks through the i3 config and finds the bound workspaces for each output, and then opening that workspace on the output, that the mouse is currently on.',
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Alpha",
|
||||
"Development Status :: 3 - Alpha",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
||||
Reference in New Issue
Block a user