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
This commit is contained in:
Gergely Risko
2022-02-07 17:43:55 +01:00
committed by GitHub
parent 70288d7b68
commit bd5cbbb010
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1 @@
changed WM registration selection from WM_S_S<screen> to WM_S<screen>