adapt work pc
This commit is contained in:
parent
4898f5cc5f
commit
dca271648e
54 changed files with 126 additions and 847 deletions
|
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
slowdown = 1.0;
|
||||
|
||||
workspace-switch.spring = {
|
||||
workspace-switch.kind.spring = {
|
||||
damping-ratio = 1.0;
|
||||
stiffness = 1000;
|
||||
epsilon = 0.0001;
|
||||
|
|
@ -24,25 +24,25 @@
|
|||
};
|
||||
};
|
||||
|
||||
horizontal-view-movement.spring = {
|
||||
horizontal-view-movement.kind.spring = {
|
||||
damping-ratio = 1.0;
|
||||
stiffness = 800;
|
||||
epsilon = 0.0001;
|
||||
};
|
||||
|
||||
window-movement.spring = {
|
||||
window-movement.kind.spring = {
|
||||
damping-ratio = 1.0;
|
||||
stiffness = 800;
|
||||
epsilon = 0.0001;
|
||||
};
|
||||
|
||||
window-resize.spring = {
|
||||
window-resize.kind.spring = {
|
||||
damping-ratio = 1.0;
|
||||
stiffness = 800;
|
||||
epsilon = 0.0001;
|
||||
};
|
||||
|
||||
config-notification-open-close.spring = {
|
||||
config-notification-open-close.kind.spring = {
|
||||
damping-ratio = 0.6;
|
||||
stiffness = 1000;
|
||||
epsilon = 0.001;
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
curve = "ease-out-quad";
|
||||
};
|
||||
};
|
||||
overview-open-close.spring = {
|
||||
overview-open-close.kind.spring = {
|
||||
damping-ratio = 1.0;
|
||||
stiffness = 800;
|
||||
epsilon = 0.0001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue