aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2022-11-07 19:02:57 +0100
committerGitHub <noreply@github.com>2022-11-07 19:02:57 +0100
commit804bca3a9ab4dce2c163e9c1028c34f7ff8c0bc7 (patch)
tree511939d9040c40176c8813c0a64bd572c6e002d1 /release-notes
parent14795c303c09777c5037088b3813b39a0164db3c (diff)
downloadi3-804bca3a9ab4dce2c163e9c1028c34f7ff8c0bc7.tar.gz
i3-804bca3a9ab4dce2c163e9c1028c34f7ff8c0bc7.zip
gaps: make workspace gap assignments order-independent (#5259)
This commit moves subtracting the global gaps from the workspace gaps: previously, this calculation was done while parsing the configuration (order dependent), now it’s done at workspace assignment evaluation time. related to https://github.com/i3/i3/issues/3724 fixes https://github.com/i3/i3/issues/5253
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/bugfixes/2-gaps-order1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/bugfixes/2-gaps-order b/release-notes/bugfixes/2-gaps-order
new file mode 100644
index 00000000..8c3c78df
--- /dev/null
+++ b/release-notes/bugfixes/2-gaps-order
@@ -0,0 +1 @@
+gaps: workspace gaps assignments are no longer order-dependent