diff --git a/picom.conf b/picom.conf index 1c73732..f3a1ee0 100644 --- a/picom.conf +++ b/picom.conf @@ -14,7 +14,8 @@ rounded-corners-exclude = [ #"class_g = 'qutebrowser'", #"class_g = 'TelegramDesktop'", # "class_g = 'firefox'", - "class_g = 'Thunderbird'" + "class_g = 'Thunderbird'", + "class_g = 'Alacritty'" ]; round-borders = 1; round-borders-exclude = [ @@ -88,6 +89,7 @@ shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g = 'firefox'", + "class_g = 'Alacritty'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'slop'",