aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr <nwg.piotr@gmail.com>2019-12-11 21:07:56 +0100
committerpiotr <nwg.piotr@gmail.com>2019-12-11 21:07:56 +0100
commit477fbe5688c4fc7e7f481434da9857ab430ee85e (patch)
treea1ccd24c4af7f25a10e61d0786b1cfd691b138d3
parent708531485944e4b069904f81d26f5ddecefda12c (diff)
downloadautotiling-477fbe5688c4fc7e7f481434da9857ab430ee85e.tar.gz
v0.4
-rw-r--r--CHANGELOG3
-rw-r--r--README.md7
2 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7e3eccf..e7f2528 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+v0.4 (2019-12-11)
+ignoring stacked layouts added #1
+
v0.3 (2019-09-26)
- unnecessary Event.WINDOW_NEW subscription removed
diff --git a/README.md b/README.md
index 30e64d0..588760d 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,7 @@ Inspired by https://github.com/olemartinorg/i3-alternating-layout
1. Install the `autotiling` (AUR) package.
2. Add `exec autotiling` to the `~/.config/sway/config` or `exec --no-startup-id autotiling`
-to the `~/.config/i3/config` file. **Do not** use `exec_always`.
-
-**python 3.8 note:**
-
-If you've just updated to python 3.8, the script most likely stopped working. Uninstall both `azote` and `python-i3ipc`
-packages and install `azote` again.
+to the `~/.config/i3/config` file.
**Manually**