From 217a19e8f2c70b4e728173a7c853c86cf0477c35 Mon Sep 17 00:00:00 2001 From: morten-b <32033374+morten-b@users.noreply.github.com> Date: Tue, 23 Jun 2020 19:50:54 +0200 Subject: Snap created Build from https://github.com/morten-b/autotiling --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6321ba9..5f55609 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit