diff --git a/modules/wms/wayland/hyprland/decorations.nix b/modules/wms/wayland/hyprland/decorations.nix index fd3a2c5..5d75710 100644 --- a/modules/wms/wayland/hyprland/decorations.nix +++ b/modules/wms/wayland/hyprland/decorations.nix @@ -2,7 +2,8 @@ _: { programs.hyprland.settings = { #Decoration settings decoration = { - rounding = 0; + rounding = 10; + rounding_power = 3; blur = { enabled = false; size = 3; @@ -16,15 +17,15 @@ _: { ]; # Hyprland anomations, using the above bezier curves animations = { - enabled = false; - # animation = [ - # "windows, 1, 4, dupa, popin" - # "windowsOut, 1, 4, dupa, slide" - # "border, 1, 15, default" - # "fade, 1, 10, default" - # "workspaces, 1, 5, dupa, slidevert" - # ]; + enabled = true; }; + animation = [ + "windows, 1, 4, dupa, popin" + "windowsOut, 1, 4, dupa, slide" + "border, 1, 15, default" + "fade, 1, 10, default" + "workspaces, 1, 5, dupa, slidevert" + ]; cursor = { hide_on_key_press = true; @@ -35,8 +36,10 @@ _: { enable_swallow = true; swallow_regex = "foot"; focus_on_activate = true; + vrr = 1; vfr = true; + animate_manual_resizes = false; animate_mouse_windowdragging = false; force_default_wallpaper = 0;