diff options
author | piotr <nwg.piotr@gmail.com> | 2020-08-26 02:05:58 +0200 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2020-08-26 02:05:58 +0200 |
commit | 7cdfd0e61bc512cf863bfe1986b4c2e64b28c28f (patch) | |
tree | 9a801232b74b4365ef850fa6c94ca8069416f9d3 | |
parent | 126c07da532fd58df0af86f9f1741e29d6bf2db9 (diff) | |
download | autotiling-7cdfd0e61bc512cf863bfe1986b4c2e64b28c28f.tar.gz |
Update to README #16
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,9 @@ action](https://img.youtube.com/vi/UWRZuhn92bQ/0.jpg)](https://www.youtube.com/w 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. + 2. Save the `main.py` file anywhere, make executable and autostart in your + i3/sway config file: `exec /path/to/the/script/main.py` on sway or + `exec_always --no-startup-id /path/to/the/script/main.py` on i3. You can give the `main.py` file another name. * _Snap_ ``` |