diff options
author | Piotr Miller <nwg.piotr@gmail.com> | 2020-06-23 22:46:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 22:46:57 +0200 |
commit | 1aaba819e855106817904dbaa152fe3f35a9c75c (patch) | |
tree | 0f1340ad36afe47cd6f704bf52feeb4506a2a5ae | |
parent | d521cd6d26d0b3aadbd283fe4165235b5df386f2 (diff) | |
parent | 217a19e8f2c70b4e728173a7c853c86cf0477c35 (diff) | |
download | autotiling-1aaba819e855106817904dbaa152fe3f35a9c75c.tar.gz |
Merge pull request #12 from morten-b/patch-1
Snap created
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -26,4 +26,8 @@ For sway version <= 1.4 you need to use the script from the [sway14 branch](http 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 +`exec /path/to/the/script/autotiling.py` on sway or `exec_always --no-startup-id /path/to/the/script/autotiling.py` on i3. + +**Snap** + +`snap install autotiling` |