From 88747605556bcdfe9beee80800acb34e63f3f790 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:10:45 -0400 Subject: [PATCH] Delete animations.conf --- animations.conf | 69 ------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 animations.conf diff --git a/animations.conf b/animations.conf deleted file mode 100644 index a5599163..00000000 --- a/animations.conf +++ /dev/null @@ -1,69 +0,0 @@ -general { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - - gaps_in = 8 - gaps_out = 20 - border_size = 2 - col.active_border = $foreground - col.inactive_border = $color4 color6 $color7 $color1 30deg - resize_on_border = true - - layout = dwindle - - # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on - allow_tearing = false -} - - -decoration { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - - rounding = 0 - - blur { - enabled = true - size = 4 - passes = 3 - new_optimizations = true - ignore_opacity = on - xray = false - brightness = 1 - vibrancy = 0.50 - vibrancy_darkness = 0.50 - contrast = 1.0 - popups = true - - } - - drop_shadow = no - shadow_range = 8 - shadow_render_power = 1 - col.shadow = $color4 - active_opacity = 1 - inactive_opacity = 1 - -} - - -animations { - enabled = yes - - # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more - - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - bezier = wind, 0.05, 0.9, 0.1, 1.05 - bezier = winIn, 0.1, 1.1, 0.1, 1.1 - bezier = winOut, 0.3, -0.3, 0, 1 - bezier = liner, 1, 1, 1, 1 - - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = workspaces, 1, 6, default, slidefade - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default -# animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 6, winIn, slide -# animation = border, 1, 1, liner -# animation = borderangle, 1, 100, liner, loop -} \ No newline at end of file