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"];
|
||||
right = ["minimize" "maximize" "close"];
|
||||
};
|
||||
virtualDesktops = {
|
||||
rows = 1;
|
||||
number = 2;
|
||||
};
|
||||
};
|
||||
input = {
|
||||
keyboard = {
|
||||
|
|
@ -162,10 +166,6 @@ in {
|
|||
configFile = {
|
||||
"kwinrc" = {
|
||||
"org.kde.kdecoration2"."BorderSize".value = "None";
|
||||
"Desktops" = {
|
||||
"Number".value = 2;
|
||||
"Rows".value = 1;
|
||||
};
|
||||
"TabBox"."LayoutName".value = "thumbnail_grid";
|
||||
};
|
||||
"kdeglobals"."General"."AccentColor".value = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue