more plasma changes
This commit is contained in:
parent
60ce56a055
commit
cac2d82f46
1 changed files with 17 additions and 0 deletions
17
home/all.nix
17
home/all.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue