more plasma changes
This commit is contained in:
parent
27cd3afd80
commit
3b05e0fd72
1 changed files with 17 additions and 0 deletions
17
home/all.nix
17
home/all.nix
|
|
@ -316,6 +316,7 @@
|
||||||
"close"
|
"close"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nightLight = {
|
nightLight = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mode = "location";
|
mode = "location";
|
||||||
|
|
@ -335,6 +336,22 @@
|
||||||
];
|
];
|
||||||
rows = 1;
|
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 = {
|
configFile = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue