plasma: Use new kwin configuration module options for configuring virtual desktops

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:14:14 +03:00
parent 072a5e511e
commit ebaa8d06a4
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 5 additions and 17 deletions

View file

@ -6,23 +6,6 @@
"kdeglobals"."Shortcuts"."Quit".value = "";
kwinrc = {
Desktops = {
# uuidgen -rC6
"Id_1".value = "1c3962f3-bd6e-42e4-bcaf-9f1dc0a55cab";
"Id_2".value = "a76e8497-148d-44d8-96a1-026278642d79";
"Id_3".value = "e2f3dcc2-8009-46b0-af71-745daf70b846";
"Id_4".value = "4e471453-b165-4c9f-bc56-a2eb9e7f969e";
"Id_5".value = "645f9867-ff82-48b3-ac5b-cc389bc9fd31";
"Id_6".value = "95e0579d-b58f-47c7-a47f-5caf30cdf399";
"Name_1".value = "Web";
"Name_2".value = "Main";
"Name_3".value = "Comm";
"Name_4".value = "Aux1";
"Name_5".value = "Aux2";
"Name_6".value = "Music";
"Number".value = 6;
"Rows".value = 1;
};
"Windows"."FocusPolicy".value = "FocusFollowsMouse";
"Windows"."BorderlessMaximizedWindows".value = true;
};

View file

@ -16,6 +16,11 @@
lookAndFeel = "org.kde.breezedark.desktop";
wallpaper = "${pkgs.libsForQt5.plasma-workspace-wallpapers}/share/wallpapers/MilkyWay/contents/images/1080x1920.png";
};
kwin.virtualDesktops = {
rows = 1;
number = 6;
names = ["Web" "Main" "Comm" "Aux1" "Aux2" "Music"];
};
shortcuts = {
ksmserver = {