update Plasma

This commit is contained in:
albert 2024-07-27 12:38:19 +09:00
parent 684303ebfa
commit a7c91054e5
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -22,38 +22,6 @@
}; };
}; };
# Set the activity manager default activity to match the one for Tiling
kactivitymanagerdrc = {
activities.d67b1509-69a3-585f-adcc-1048a4265c4f = "Default";
main.currentActivity = "d67b1509-69a3-585f-adcc-1048a4265c4f";
};
kwinrc = {
# Tiling - Single Screen
Tiling.Padding = 10;
"Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f" = {
tiles = "{
\"layoutDirection\":\"horizontal\",
\"tiles\":[
{
\"layoutDirection\":\"vertical\",
\"tiles\":[
{
\"height\":0.5
},
{
\"height\":0.5
}
],
\"width\":0.4
},
{
\"width\":0.6
}
]
}";
};
# Set window border size # Set window border size
"org.kde.kdecoration2" = { "org.kde.kdecoration2" = {
BorderSize = "None"; BorderSize = "None";