aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorch1p <me@ch1p.com>2021-03-04 21:18:50 +0300
committerch1p <me@ch1p.com>2021-03-04 21:18:50 +0300
commitd232dffd5de0385e4bb386ff4cd0d858879fe1e2 (patch)
tree363dc0d4a09a92fae7fd1bfa71cec28531d3977b
parent40591b7955979f683122ca9e32f7dba666275bf2 (diff)
readme: update
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ef8368..7e84511 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,17 @@ This is a simple bash script to swap all windows between two workspaces on Linux
This may be useful when you want to change the order of the workspaces but your
DE doesn't have such feature (XFCE as an example).
+## Requirements
+
+* wmctrl
+
+## Usage
+
+ swap_workspaces [<1>] <2>
+
+If the first workspace is not specified, current workspace is assumed.
+Workspace numbering starts with 0.
+
## License
BSD-2c