diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-11-18 12:55:59 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-11-18 12:55:59 -0800 |
| commit | 6117f1db0a1bde4e90ccf379f138c443aec9a9ba (patch) | |
| tree | 1882dcd545778f4741905be859f765afbf0e943b /modules/home | |
| parent | 8e14b41c90384c998b818cac58d8e0dca2cdc8b6 (diff) | |
picom: fix memory leak (i think)
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/desktop/components/picom/default.nix | 2 |
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; }; }; }; |