aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorGergely Risko <errge@nilcons.com>2022-02-07 17:43:55 +0100
committerGitHub <noreply@github.com>2022-02-07 17:43:55 +0100
commitbd5cbbb01004969af5112cbfbda240b50dc2126c (patch)
tree29bc82bb1f4e7ec047554929d6e2955d9d665b1d /release-notes
parent70288d7b68ed064e33fa32d96f19b3fa341271be (diff)
downloadi3-bd5cbbb01004969af5112cbfbda240b50dc2126c.tar.gz
i3-bd5cbbb01004969af5112cbfbda240b50dc2126c.zip
Use proper WM_Sx registration for i3 (#4843)
i3's WM ownership is registered with the X Atom WM_S_S0 (for screen0), instead of the correct WM_S0. The relevant xcb-util API didn't change, this is simply a bug in i3 that has always been there: https://gitlab.freedesktop.org/xorg/lib/libxcb-util/-/blob/0.4.0/src/atoms.c#L65
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/bugfixes/5-fix-wm-registration1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/bugfixes/5-fix-wm-registration b/release-notes/bugfixes/5-fix-wm-registration
new file mode 100644
index 00000000..513c96eb
--- /dev/null
+++ b/release-notes/bugfixes/5-fix-wm-registration
@@ -0,0 +1 @@
+changed WM registration selection from WM_S_S<screen> to WM_S<screen>