diff --git a/config/kwinrc b/config/kwinrc index 275e831..21ee5d4 100644 --- a/config/kwinrc +++ b/config/kwinrc @@ -18,8 +18,8 @@ cutefish_scaleEnabled = true [Effect-Blur] -BlurStrength=7 -NoiseStrength=1 +BlurStrength=15 +NoiseStrength=0 [Windows] FocusStealingPreventionLevel=0 diff --git a/scripts/cutefish_popups/contents/code/main.js b/scripts/cutefish_popups/contents/code/main.js index c95c079..7af789d 100644 --- a/scripts/cutefish_popups/contents/code/main.js +++ b/scripts/cutefish_popups/contents/code/main.js @@ -75,7 +75,7 @@ function isPopupWindow(window) { var cutefishPopupsEffect = { loadConfig: function () { cutefishPopupsEffect.fadeInDuration = animationTime(150); - cutefishPopupsEffect.fadeOutDuration = animationTime(150) * 4; + cutefishPopupsEffect.fadeOutDuration = animationTime(100) * 4; }, slotWindowAdded: function (window) { if (effects.hasActiveFullScreenEffect) {