From 261d7acf64bbbfa235e27bd3eac8fc1d5f396b9f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 28 Nov 2023 23:23:11 +0300 Subject: [PATCH] Remove unused beizers --- machines/enka/hyprland/default.nix | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index 7859471..ce6f053 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -35,7 +35,7 @@ '' bind = SUPER, TAB, workspace, e+1 - bind = SUPER, mouse_up, workspace, e+1 + bind = SUPER, mouse_up, workspace, e+1 bind = SUPER, mouse_down, workspace, e-1 bind = SUPER, 1, workspace, 1 @@ -112,19 +112,12 @@ + '' animations { - bezier = md3_standard, 0.2, 0, 0, 1 - bezier = md3_decel, 0.05, 0.7, 0.1, 1 - bezier = md3_accel, 0.3, 0, 0.8, 0.15 - bezier = overshot, 0.05, 0.9, 0.1, 1.1 - bezier = crazyshot, 0.1, 1.5, 0.76, 0.92 - bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0 - bezier = fluent_decel, 0.1, 1, 0, 1 + bezier = material_decelerate, 0.05, 0.7, 0.1, 1 - animation = windows, 1, 2, md3_decel, popin 80% + animation = windows, 1, 2, material_decelerate, popin 80% animation = border, 1, 10, default animation = fade, 1, 2, default - animation = workspaces, 1, 3, md3_decel - animation = specialWorkspace, 1, 3, md3_decel, slidevert + animation = workspaces, 1, 3, material_decelerate } '' +