The `--kwin` part of the condition here https://github.com/mviereck/x11docker/blob/e22c320b8b986056944985d29da48486ff73ead3/x11docker#L11600 overlaps the case "--kwin)" above, https://github.com/mviereck/x11docker/blob/e22c320b8b986056944985d29da48486ff73ead3/x11docker#L11571 thus the block here is not executed for `--kwin`, including `--kwin` specific part under `[ "$Xserver" = "--kwin" ]`
The
--kwinpart of the condition herex11docker/x11docker
Line 11600 in e22c320
overlaps the case "--kwin)" above,
x11docker/x11docker
Line 11571 in e22c320
thus the block here is not executed for
--kwin, including--kwinspecific partunder
[ "$Xserver" = "--kwin" ]