From a8d34d535b1a974d8244a2984db420c677101b8c Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Tue, 10 Apr 2018 10:22:56 +0200
Subject: Add some comment to the cycle workspace script

---
 scripts/.scripts/cycle-workspace_more_2.py | 11 ++++++++---
 1 file 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
 
-- 
cgit v1.2.1