diff options
author | piotr <nwg.piotr@gmail.com> | 2019-09-25 01:38:10 +0200 |
---|---|---|
committer | piotr <nwg.piotr@gmail.com> | 2019-09-25 01:38:10 +0200 |
commit | 7a39b1cd21021f87d51801e27dadf4343d3b010d (patch) | |
tree | 5e84c944b4ddc16f9161202a0f36d04c98d77b7b /README.md | |
parent | cfed75f946f28f4011ffa3b3d99a75d72355dd48 (diff) | |
download | autotiling-7a39b1cd21021f87d51801e27dadf4343d3b010d.tar.gz |
README updated
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,6 +21,5 @@ to the `~/.config/i3/config` file. **Do not** use `exec_always`. 1. Install the `python-i3ipc` package (or whatever it's called in your Linux distribution). Remember to choose the python3 version. -2. Save the `autotiling.py` file anywhere, make executable and autostart in your i3/sway config file: - +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 |