diff --git a/home-manager/modules/plasma.nix b/home-manager/modules/plasma.nix index ff0ea67..fbb4a22 100755 --- a/home-manager/modules/plasma.nix +++ b/home-manager/modules/plasma.nix @@ -22,6 +22,13 @@ kwin = { edgeBarrier = 0; # Disables the highlighting when approaching an edge with an effect cornerBarrier = false; + + effects = { + blur.enable = true; + shakeCursor.enable = false; + translucency.enable = true; + wobblyWindows.enable = true; + }; }; kscreenlocker = {