From 0c80a9f91f1fafac2061856aafa260fd4614fd8d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 13 Oct 2020 17:36:41 -0500 Subject: [PATCH] added things to picom --- picom.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'",