changes to animations
This commit is contained in:
parent
39b90dff95
commit
2264daf986
2 changed files with 11 additions and 16 deletions
|
|
@ -24,12 +24,6 @@
|
||||||
endX = 1.0;
|
endX = 1.0;
|
||||||
endY = 1.0;
|
endY = 1.0;
|
||||||
};
|
};
|
||||||
bounce = {
|
|
||||||
startX = 0.6;
|
|
||||||
startY = 1.5;
|
|
||||||
endX = 0.8;
|
|
||||||
endY = 1;
|
|
||||||
};
|
|
||||||
slowFade = {
|
slowFade = {
|
||||||
startX = 0.4;
|
startX = 0.4;
|
||||||
startY = 1.0;
|
startY = 1.0;
|
||||||
|
|
@ -52,13 +46,13 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
workspaces = {
|
workspaces = {
|
||||||
speed = 1.5;
|
speed = 4;
|
||||||
curve = easeInOut;
|
curve = easeInOut;
|
||||||
style = "fade";
|
style = "slidefade 5%";
|
||||||
};
|
};
|
||||||
|
|
||||||
specialWorkspace = {
|
specialWorkspace = {
|
||||||
speed = 4;
|
speed = 2;
|
||||||
curve = easeInOut;
|
curve = easeInOut;
|
||||||
style = "slidefadevert 10%";
|
style = "slidefadevert 10%";
|
||||||
};
|
};
|
||||||
|
|
@ -69,15 +63,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
windows = {
|
windows = {
|
||||||
speed = 2;
|
speed = 3;
|
||||||
curve = bounce;
|
curve = easeInOut;
|
||||||
style = "gnomed";
|
style = "gnomed";
|
||||||
};
|
};
|
||||||
|
|
||||||
windowsOut = {
|
|
||||||
enabled = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
layers = {
|
layers = {
|
||||||
speed = 1.5;
|
speed = 1.5;
|
||||||
curve = slowFade;
|
curve = slowFade;
|
||||||
|
|
@ -88,6 +78,11 @@ in {
|
||||||
speed = 1.5;
|
speed = 1.5;
|
||||||
curve = linear;
|
curve = linear;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fadeOut = {
|
||||||
|
speed = 10;
|
||||||
|
curve = linear;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ in {
|
||||||
mods = ["SUPER" "SHIFT"];
|
mods = ["SUPER" "SHIFT"];
|
||||||
key = "S";
|
key = "S";
|
||||||
dispatcher = "exec";
|
dispatcher = "exec";
|
||||||
params = "hyprshot -m region --clipboard-only";
|
params = "pkill hyprshot || hyprshot -m region --clipboard-only";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue