File 2001-thumbnail-grid.patch of Package kwin6
diff --git a/src/tabbox/switchers/thumbnail_grid/contents/ui/main.qml b/src/tabbox/switchers/thumbnail_grid/contents/ui/main.qml
index a1a7132449134f04432f804025c933282743a5c1..57179c85d5c60ad28ef015437dac632908bbfaa9 100644
--- a/src/tabbox/switchers/thumbnail_grid/contents/ui/main.qml
+++ b/src/tabbox/switchers/thumbnail_grid/contents/ui/main.qml
@@ -184,7 +184,7 @@ KWin.TabBoxSwitcher {
PlasmaComponents3.Label {
Layout.fillWidth: true
text: model.caption
- font.weight: thumbnailGridItem.focus ? Font.Bold : Font.Normal
+ font.weight: Font.Normal
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
textFormat: Text.PlainText