Kde: change task switcher to thumbnail grid

This commit is contained in:
Toast 2023-10-23 10:49:17 +02:00
parent 6c14f4d0aa
commit 4dd3b646f2

View file

@ -142,10 +142,13 @@ in
}; };
}; };
configFile = { configFile = {
"kwinrc"."Desktops" = { "kwinrc" = {
"Desktops" = {
"Number" = 2; "Number" = 2;
"Rows" = 1; "Rows" = 1;
}; };
"TabBox"."LayoutName" = "thumbnail_grid";
};
}; };
}; };
}]; }];