aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a67ee4e..ebfd2f6 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,9 @@ to the `~/.config/i3/config` file.
**Manually**
+NOTE: Current master branch is only compatible withe the development (not yet released) version of sway.
+For sway version <= 1.4 you need to use the script from the [sway14 branch](https://github.com/nwg-piotr/autotiling/tree/sway14).
+
1. Install the `python-i3ipc>=2.0.1` package (or whatever it's called in your Linux distribution).
2. Save the `autotiling.py` file anywhere, make executable and autostart in your i3/sway config file:
`exec /path/to/the/script/autotiling.py` on sway or `exec_always --no-startup-id /path/to/the/script/autotiling.py` on i3. \ No newline at end of file