From 9ceade7d6058f770394f35ebed3a6dba7a89d618 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 17 Nov 2024 14:17:00 +0100 Subject: [PATCH] hypr: avoid slow build-up of shadows set global display scale to 1.25 --- dot-config/hypr/fragments/animations.conf | 5 +++-- dot-config/hypr/hyprland.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dot-config/hypr/fragments/animations.conf b/dot-config/hypr/fragments/animations.conf index 565120bf..35e98f83 100644 --- a/dot-config/hypr/fragments/animations.conf +++ b/dot-config/hypr/fragments/animations.conf @@ -5,8 +5,9 @@ animations { bezier = overshoot, 0.05, 0.9, 0.2, 1.00 bezier = easeOutQuad, 0.5, 1, 0.89, 1 animation = windows, 1, 3, easeOutQuad - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default + animation = borderangle, 1, 5, default + animation = fade, 1, 5, default + animation = fadeShadow, 1, 1, default animation = workspaces, 1, 5, default, slidefade 30 # shamelessly stolen from https://github.com/prasanthrangan/hyprdots diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index 1933be2a..d8ff060a 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -11,7 +11,7 @@ debug:disable_logs = true # file logging. defaults to 1 for production # See https://wiki.hyprland.org/Configuring/Monitors/ # monitor=DP-2,preferred,auto,1.25,vrr,2,bitdepth,8 -monitor=DP-2,preferred,auto,1.066667,vrr,2,bitdepth,8 +monitor=DP-2,preferred,auto,1.25,vrr,2,bitdepth,8 # unscale XWayland xwayland { -- 2.51.2