aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpiotr <nwg.piotr@gmail.com>2020-03-22 00:28:10 +0100
committerpiotr <nwg.piotr@gmail.com>2020-03-22 00:28:10 +0100
commitd8d51eb7b2b2828997ea597a7ea73baa7bdcd4fd (patch)
tree6ad8c1ae07ea0d2146b7a6df13bdffcc432523b8 /README.md
parentc938782b0fb15595cafc13ba47e23cb0a5a6943c (diff)
downloadautotiling-d8d51eb7b2b2828997ea597a7ea73baa7bdcd4fd.tar.gz
i3 desc altered
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 588760d..a67ee4e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Inspired by https://github.com/olemartinorg/i3-alternating-layout
**Arch Linux**
1. Install the `autotiling` (AUR) package.
-2. Add `exec autotiling` to the `~/.config/sway/config` or `exec --no-startup-id autotiling`
+2. Add `exec autotiling` to the `~/.config/sway/config` or `exec_always --no-startup-id autotiling`
to the `~/.config/i3/config` file.
@@ -21,4 +21,4 @@ to the `~/.config/i3/config` file.
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
+`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