diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-10 10:22:56 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-10 10:22:56 +0200 |
commit | a8d34d535b1a974d8244a2984db420c677101b8c (patch) | |
tree | aab09d32d932fcae70fe68e9f7a6bb5038723617 /scripts | |
parent | 73afc1a4a599165fdee9455d5848c2b1ba32440e (diff) | |
download | dotfiles_ascii-a8d34d535b1a974d8244a2984db420c677101b8c.tar.xz dotfiles_ascii-a8d34d535b1a974d8244a2984db420c677101b8c.zip |
Add some comment to the cycle workspace script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.scripts/cycle-workspace_more_2.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/scripts/.scripts/cycle-workspace_more_2.py b/scripts/.scripts/cycle-workspace_more_2.py index a599249..e5e70ef 100755 --- a/scripts/.scripts/cycle-workspace_more_2.py +++ b/scripts/.scripts/cycle-workspace_more_2.py @@ -1,9 +1,14 @@ #!/usr/bin/env python -# cycle-workspace -# Moves the currently active workspace to the next active display +# cycle-workspace-multiscreen +# Moves the currently active workspace to the left/right/top/bottom active +# display. # Depends on i3-py (`pip install i3-py`) - +# Because workspace name are fixed to a display, just rename workspace can +# change workspace to another display. +# So for the moment this script is tested and work if workspaces are fixed +# to a display. + import i3 import sys |