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;
|
||||
endY = 1.0;
|
||||
};
|
||||
bounce = {
|
||||
startX = 0.6;
|
||||
startY = 1.5;
|
||||
endX = 0.8;
|
||||
endY = 1;
|
||||
};
|
||||
slowFade = {
|
||||
startX = 0.4;
|
||||
startY = 1.0;
|
||||
|
|
@ -52,13 +46,13 @@ in {
|
|||
};
|
||||
|
||||
workspaces = {
|
||||
speed = 1.5;
|
||||
speed = 4;
|
||||
curve = easeInOut;
|
||||
style = "fade";
|
||||
style = "slidefade 5%";
|
||||
};
|
||||
|
||||
specialWorkspace = {
|
||||
speed = 4;
|
||||
speed = 2;
|
||||
curve = easeInOut;
|
||||
style = "slidefadevert 10%";
|
||||
};
|
||||
|
|
@ -69,15 +63,11 @@ in {
|
|||
};
|
||||
|
||||
windows = {
|
||||
speed = 2;
|
||||
curve = bounce;
|
||||
speed = 3;
|
||||
curve = easeInOut;
|
||||
style = "gnomed";
|
||||
};
|
||||
|
||||
windowsOut = {
|
||||
enabled = false;
|
||||
};
|
||||
|
||||
layers = {
|
||||
speed = 1.5;
|
||||
curve = slowFade;
|
||||
|
|
@ -88,6 +78,11 @@ in {
|
|||
speed = 1.5;
|
||||
curve = linear;
|
||||
};
|
||||
|
||||
fadeOut = {
|
||||
speed = 10;
|
||||
curve = linear;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ in {
|
|||
mods = ["SUPER" "SHIFT"];
|
||||
key = "S";
|
||||
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