diff --git a/plugins/platforms/x11/standalone/x11_platform.cpp b/plugins/platforms/x11/standalone/x11_platform.cpp index 7439ed246f..e7b5fba2f0 100644 --- a/plugins/platforms/x11/standalone/x11_platform.cpp +++ b/plugins/platforms/x11/standalone/x11_platform.cpp @@ -146,6 +146,7 @@ void X11StandalonePlatform::createPlatformCursor(QObject *parent) m_xinputIntegration->setCursor(c); // we know we have xkb already auto xkb = input()->keyboard()->xkb(); + xkb->setConfig(kwinApp()->kxkbConfig()); xkb->reconfigure(); } #endif