From 7cdfd0e61bc512cf863bfe1986b4c2e64b28c28f Mon Sep 17 00:00:00 2001 From: piotr Date: Wed, 26 Aug 2020 02:05:58 +0200 Subject: Update to README #16 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c30809d..28dcbe3 100644 --- a/README.md +++ b/README.md @@ -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_ ``` -- cgit