diff --git a/dots/.config/quickshell/ii/services/HyprlandXkb.qml b/dots/.config/quickshell/ii/services/HyprlandXkb.qml index 7121ce9f6..162015d21 100644 --- a/dots/.config/quickshell/ii/services/HyprlandXkb.qml +++ b/dots/.config/quickshell/ii/services/HyprlandXkb.qml @@ -109,7 +109,7 @@ Singleton { root.currentLayoutName = dataString.substring(dataString.indexOf(",") + 1); // Update layout for on-screen keyboard (osk) - Config.options.osk.layout = root.currentLayoutName + Config.options.osk.layout = root.currentLayoutName.split(" (")[0]; } else if (event.name == "configreloaded") { // Mark layout code list to be updated when config is reloaded root.needsLayoutRefresh = true;