diff --git a/settings/hyprland.nix b/settings/hyprland.nix index b2c678f..bdfa2bd 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -34,7 +34,7 @@ environment.systemPackages = with pkgs; [ ghostty waybar - wofi + fuzzel mako grim slurp @@ -75,7 +75,7 @@ "$mod" = "SUPER"; "$term" = "ghostty"; - "$menu" = "wofi --show drun"; + "$menu" = "fuzzel"; exec-once = [ "waybar" @@ -110,16 +110,16 @@ animations = { enabled = true; - # speed = tenths of a second; 2 = 0.2s. Drop to 1 for instant-ish. + # speed = tenths of a second; 1 = 0.1s ≈ instant. bezier = [ "snap, 0.05, 0.9, 0.1, 1.0" ]; animation = [ - "windows, 1, 2, snap" - "windowsOut, 1, 2, snap, popin 80%" - "border, 1, 3, default" - "fade, 1, 2, default" - "workspaces, 1, 2, snap" + "windows, 1, 1, snap" + "windowsOut, 1, 1, snap, popin 80%" + "border, 1, 2, default" + "fade, 1, 1, default" + "workspaces, 1, 1, snap" ]; };