diff options
author | piotr <nwg.piotr@gmail.com> | 2019-09-26 23:32:05 +0200 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2019-09-26 23:32:05 +0200 |
commit | 6f313147fdd4eeae13a774993df59bf40aa20e68 (patch) | |
tree | 4a6a4957c79b928ca46e17843110ba6dc4a07176 | |
parent | 0868b105d8cda84c41d5537667d16cbe12157155 (diff) | |
download | autotiling-6f313147fdd4eeae13a774993df59bf40aa20e68.tar.gz |
README updated
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,6 @@ to the `~/.config/i3/config` file. **Do not** use `exec_always`. **Manually** -1. Install the `python-i3ipc` package (or whatever it's called in your Linux distribution). -Remember to choose the python3 version. +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 --no-startup-id /path/to/the/script/autotiling.py` on i3.
\ No newline at end of file |