aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/cycle-workspace_more_2.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/cycle-workspace_more_2.py')
-rwxr-xr-xscripts/.scripts/cycle-workspace_more_2.py11
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