diff options
| author | silly <u65487754@gmail.com> | 2026-04-05 04:25:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 04:25:05 +0000 |
| commit | 0161d5f092f689b67798603bba7d3b57b8758c52 (patch) | |
| tree | 2a3ad96acaf534cd6a7c7912e7052074ac5bb0e9 /.config/scripts | |
| parent | e9ded3846a3614521a528abfb51e1287f1f32c75 (diff) | |
Update animations.sh
Diffstat (limited to '.config/scripts')
| -rw-r--r-- | .config/scripts/animations.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/scripts/animations.sh b/.config/scripts/animations.sh index 6c65212..581800b 100644 --- a/.config/scripts/animations.sh +++ b/.config/scripts/animations.sh @@ -11,8 +11,8 @@ case "$choice" in fade) sed -i '/@dynamic_workspaces/c\ animation = workspaces, 1, 1.94, almostLinear, fade # @dynamic_workspaces' "$HYPR_CONF" sed -i '/@dynamic_special/c\ animation = specialWorkspace, 1, 1.94, almostLinear, fade # @dynamic_special' "$HYPR_CONF" - hyprctl keyword animation "workspaces, 1, 1.94, almostLinear, fade" - hyprctl keyword animation "specialWorkspace, 1, 1.94, almostLinear, fade" + hyprctl keyword animation "workspaces, 1, 1, almostLinear, fade" + hyprctl keyword animation "specialWorkspace, 1, 1, almostLinear, fade" notify-send "animations" "fade" ;; vertical) |
