diff options
author | piotr <nwg.piotr@gmail.com> | 2020-05-29 13:57:43 +0200 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2020-05-29 13:57:43 +0200 |
commit | 9cc1eecfaca0488f2d9673df4d5d07bca089f872 (patch) | |
tree | 26b08953829f4a18383dff423d124838336dbe8b | |
parent | 8d2f43d3d022f39dfc286147238a6f226a960b3f (diff) | |
download | autotiling-9cc1eecfaca0488f2d9673df4d5d07bca089f872.tar.gz |
Readme updated (development vs. sway 1.4 version)
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |