Kde: change task switcher to thumbnail grid
This commit is contained in:
parent
6c14f4d0aa
commit
4dd3b646f2
1 changed files with 6 additions and 3 deletions
|
|
@ -142,10 +142,13 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
configFile = {
|
configFile = {
|
||||||
"kwinrc"."Desktops" = {
|
"kwinrc" = {
|
||||||
|
"Desktops" = {
|
||||||
"Number" = 2;
|
"Number" = 2;
|
||||||
"Rows" = 1;
|
"Rows" = 1;
|
||||||
};
|
};
|
||||||
|
"TabBox"."LayoutName" = "thumbnail_grid";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue