From cf2bf87146b88456857bbea63b70958f5dde9510 Mon Sep 17 00:00:00 2001 From: Trimutex Date: Tue, 16 Jan 2024 22:40:26 -0600 Subject: [PATCH] Updated hyprland --- hypr/hyprland.conf | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c6e96ac..1aa01b0 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -26,8 +26,8 @@ input { } general { - gaps_in = 0 - gaps_out = 0 + gaps_in = 5 + gaps_out = 10 border_size = 0 layout = dwindle } @@ -48,14 +48,13 @@ decoration { } animations { - enabled = no - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default + enabled = yes + animation = windows, 1, 8, default + animation = windowsOut, 1, 8, default + animation = border, 1, 8, default animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default + animation = fade, 1, 8, default + animation = workspaces, 1, 8, default, slidefade 80% } dwindle {