diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6b8bb31..9c7ef4c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -13,7 +13,7 @@ monitor=,1920x1080@144,auto,1 # Execute your favorite apps at launch exec-once = waybar exec-once = hyprpaper -exec-once = ibus-daemon +exec-once = ibus-daemon -rxRd # Set programs that you use $terminal = alacritty @@ -78,12 +78,13 @@ animations { # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - bezier = myBezier, 0.2, 0.87, 0.3, 1.0 + bezier = myBezier, .77,.39,.25,.92 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 7, default - animation = borderangle, 1, 8, default + animation = windows, 1, 3, myBezier + # animation = windowsOut, 1, 4, default, popin 100% + animation = windowsOut, 1, 2, myBezier + # animation = border, 1, 7, default + # animation = borderangle, 1, 8, default animation = fade, 1, 7, default animation = workspaces, 1, 6, default }