Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4646f1c230 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
**__pycache__/
|
**__pycache__/
|
||||||
.idea
|
.idea
|
||||||
**.egg-info/
|
**.egg-info/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
.pypirc
|
||||||
@@ -16,6 +16,7 @@ Usage
|
|||||||
|
|
||||||
requred arguments:
|
requred arguments:
|
||||||
-i, --index the number index of the workspace that should be openend. 1 = first workspace in config etc.
|
-i, --index the number index of the workspace that should be openend. 1 = first workspace in config etc.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@@ -34,7 +35,7 @@ Example config to be inserted into your i3 config.
|
|||||||
set $left HDMI-0
|
set $left HDMI-0
|
||||||
set $right HDMI-1
|
set $right HDMI-1
|
||||||
|
|
||||||
# WOrkspaces
|
# Workspaces
|
||||||
set $ws1 1:1:Code
|
set $ws1 1:1:Code
|
||||||
set $ws2 2:2:Code
|
set $ws2 2:2:Code
|
||||||
set $ws3 3:3:Code
|
set $ws3 3:3:Code
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -18,6 +18,7 @@ setup(
|
|||||||
entry_points={"console_scripts": ["pi3-smart-workspace=pi3.smart_workspace:main"]},
|
entry_points={"console_scripts": ["pi3-smart-workspace=pi3.smart_workspace:main"]},
|
||||||
scripts=["pi3/smart_workspace.py"],
|
scripts=["pi3/smart_workspace.py"],
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type='text/x-rst',
|
||||||
author='Asger Geel Weirsøe',
|
author='Asger Geel Weirsøe',
|
||||||
author_email='asger@weirsoe.dk',
|
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.',
|
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.',
|
||||||
|
|||||||
Reference in New Issue
Block a user