From a8b60857072d3a099a92f4c9127c111e2ced055e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 19 Oct 2024 17:56:31 +0200 Subject: [PATCH] picom: remove rounded corners for tabs --- dotfiles/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 88f9e1e..7d6ab76 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -71,5 +71,6 @@ fade-exclude = [ ]; corner-radius = @CORNER_RADIUS@ rounded-corners-exclude = [ - "class_i = 'polybar'" + "class_i = 'polybar'", + "class_i = 'i3-frame'" ]