From f8c5afee36ebdd81ac932fd143b63acaa19be464 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Aug 2021 10:24:46 -0600 Subject: [PATCH] [Picom] Add rounded corners --- dotfiles/config/picom.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/config/picom.conf b/dotfiles/config/picom.conf index e860addc..82f8ba1f 100644 --- a/dotfiles/config/picom.conf +++ b/dotfiles/config/picom.conf @@ -151,6 +151,14 @@ fade-out-step = 0.01; # Specify a list of conditions of windows that should not be faded. fade-exclude = [ ]; +################################# +# +# Corners +# +################################# + +corner-radius: 10 + ################################# # # Other