diff options
author | piotr <nwg.piotr@gmail.com> | 2020-07-16 01:36:31 +0200 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2020-07-16 01:36:31 +0200 |
commit | e56b7bd40f053bf7c6f3b6c92fb700f66495bf97 (patch) | |
tree | 0bf2b40b0c9b3d21d4fdddd3c8ea08e27ea6b90f /README.md | |
parent | cd64d7ef37263cd479e322db0dcddb86b610f299 (diff) | |
download | autotiling-e56b7bd40f053bf7c6f3b6c92fb700f66495bf97.tar.gz |
Preparation to sway 1.5v1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,13 +18,13 @@ Inspired by https://github.com/olemartinorg/i3-alternating-layout 2. Add `exec autotiling` to the `~/.config/sway/config` or `exec_always --no-startup-id autotiling` to the `~/.config/i3/config` file. -For use with the sway-git package use [autotiling-git](https://aur.archlinux.org/packages/autotiling-git). - +For the sway-git package use [autotiling-git](https://aur.archlinux.org/packages/autotiling-git). **Manually** -NOTE: Current master branch is only compatible with 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). +NOTE: Current master branch is compatible with sway 1.5. For lower versions you need to use the script from the +[sway14 branch](https://github.com/nwg-piotr/autotiling/tree/sway14) or the +[0.9 release](https://github.com/nwg-piotr/autotiling/releases/tag/v0.9). 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: |