]> Freerunner's - dotfiles.git/commitdiff
hypr: avoid slow build-up of shadows
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 17 Nov 2024 13:17:00 +0000 (14:17 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 18 Nov 2024 00:09:27 +0000 (01:09 +0100)
set global display scale to 1.25

dot-config/hypr/fragments/animations.conf
dot-config/hypr/hyprland.conf

index 565120bf7380c0629b5fb7aa8ea714d334e02210..35e98f8348e3f5c4b240fa83e61f4ec395f69578 100644 (file)
@@ -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
index 1933be2abe05f5b38fcfc221630b442bf8377f99..d8ff060aad1126b6bb540ccec1b8c85f7c26e2e0 100644 (file)
@@ -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 {