Kde/plasma: configure virtual desktops with high level module
This commit is contained in:
parent
7202d3a57f
commit
ea0d7caf4f
1 changed files with 4 additions and 4 deletions
|
|
@ -125,6 +125,10 @@ in {
|
||||||
left = ["on-all-desktops" "keep-above-windows"];
|
left = ["on-all-desktops" "keep-above-windows"];
|
||||||
right = ["minimize" "maximize" "close"];
|
right = ["minimize" "maximize" "close"];
|
||||||
};
|
};
|
||||||
|
virtualDesktops = {
|
||||||
|
rows = 1;
|
||||||
|
number = 2;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
keyboard = {
|
keyboard = {
|
||||||
|
|
@ -162,10 +166,6 @@ in {
|
||||||
configFile = {
|
configFile = {
|
||||||
"kwinrc" = {
|
"kwinrc" = {
|
||||||
"org.kde.kdecoration2"."BorderSize".value = "None";
|
"org.kde.kdecoration2"."BorderSize".value = "None";
|
||||||
"Desktops" = {
|
|
||||||
"Number".value = 2;
|
|
||||||
"Rows".value = 1;
|
|
||||||
};
|
|
||||||
"TabBox"."LayoutName".value = "thumbnail_grid";
|
"TabBox"."LayoutName".value = "thumbnail_grid";
|
||||||
};
|
};
|
||||||
"kdeglobals"."General"."AccentColor".value = null;
|
"kdeglobals"."General"."AccentColor".value = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue