diff options
Diffstat (limited to 'modules/home/desktop')
| -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; }; }; }; |