From 444022809845ccd8def01185bf09c67c28334070 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sat, 17 Jan 2026 21:48:58 +0000 Subject: [PATCH] change(hyprland): changes --- modules/hyprland/settings.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/hyprland/settings.nix b/modules/hyprland/settings.nix index 55259b9..bac78e1 100644 --- a/modules/hyprland/settings.nix +++ b/modules/hyprland/settings.nix @@ -40,7 +40,7 @@ in layout = "dwindle"; }; decoration = { - rounding = 0; + rounding = 4; rounding_power = 1; active_opacity = 1.0; inactive_opacity = 1.0; @@ -69,8 +69,9 @@ in "global, 1, 10, default" "border, 1, 5.39, easeOutQuint" "windows, 1, 2.79, easeOutQuint" - "windowsIn, 1, 0.8, easeOutQuint, popin 87%" + "windowsIn, 1, 1, easeOutQuint, popin 87%" "windowsOut, 1, 1, linear, popin 87%" + "windowsMove, 1, 1, easeInOutCubic" "fadeIn, 1, 0.5, almostLinear" "fadeOut, 1, 0.5, almostLinear" "fade, 1, 1, quick" @@ -79,9 +80,9 @@ in "layersOut, 1, 1.5, linear, fade" "fadeLayersIn, 1, 1.79, almostLinear" "fadeLayersOut, 1, 1.39, almostLinear" - "workspaces, 1, 1, almostLinear, fade" - "workspacesIn, 1, 0.7, almostLinear, fade" - "workspacesOut, 1, 0.6, almostLinear, fade" + "workspaces, 1, 1, almostLinear, slide" + "workspacesIn, 1, 1, easeInOutCubic, slide" + "workspacesOut, 1, 1, easeInOutCubic, slide" "zoomFactor, 1, 7, quick" ]; }; @@ -100,7 +101,6 @@ in }; "$mainMod" = "SUPER"; bind = [ - "$mainMod, Q, exec, foot" "$mainMod, C, killactive" "$mainMod, M, exit" "$mainMod, E, exec, $fileManager"