aboutsummaryrefslogtreecommitdiff
path: root/modules/home/desktop
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-11-18 12:55:59 -0800
committerCaroline Larimore <caroline@larimo.re>2025-11-18 12:55:59 -0800
commit6117f1db0a1bde4e90ccf379f138c443aec9a9ba (patch)
tree1882dcd545778f4741905be859f765afbf0e943b /modules/home/desktop
parent8e14b41c90384c998b818cac58d8e0dca2cdc8b6 (diff)
picom: fix memory leak (i think)
Diffstat (limited to 'modules/home/desktop')
-rw-r--r--modules/home/desktop/components/picom/default.nix2
1 files changed, 2 insertions, 0 deletions
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;
};
};
};