diff --git a/configuration.nix b/configuration.nix index 73c2f85..9a7fad0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,6 +101,12 @@ nitrogen --restore & enable = true; vSync = true; backend = "glx"; + inactiveOpacity = 0.9; + settings = { + blur = { + method = "dual-kawase"; + }; + }; };