From 6117f1db0a1bde4e90ccf379f138c443aec9a9ba Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 18 Nov 2025 12:55:59 -0800 Subject: picom: fix memory leak (i think) --- modules/home/desktop/components/picom/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home/desktop/components') diff --git a/modules/home/desktop/components/picom/default.nix b/modules/home/desktop/components/picom/default.nix index 698e06c..2ad311a 100644 --- a/modules/home/desktop/components/picom/default.nix +++ b/modules/home/desktop/components/picom/default.nix @@ -24,6 +24,8 @@ in { blur-background-exclude = [ "window_type = 'dock'" ]; + + corner-radius = 0; }; }; }; -- cgit v1.2.3