more plasma changes

This commit is contained in:
Sean Kovacs 2025-11-08 11:31:05 -05:00
commit 3b05e0fd72
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -316,6 +316,7 @@
"close"
];
};
nightLight = {
enable = true;
mode = "location";
@ -335,6 +336,22 @@
];
rows = 1;
};
effects = {
desktopSwitching = {
animation = "slide";
navigationWrapping = true;
};
dimAdminMode.enable = true;
dimInactive.enable = true;
minimization = {
animation = "magiclamp";
duration = 50;
};
shakeCursor.enable = true;
snapHelper.enable = true;
translucency.enable = true;
windowOpenClose.animation = "fade";
};
};
configFile = {