From: Frederik Vanrenterghem Date: Sun, 30 Jun 2024 14:11:25 +0000 (+0800) Subject: Do not use transparancy for Emacs. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/f969ff21b40aaae2ff8bfa33f88c4273c9307f38 Do not use transparancy for Emacs. --- diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index b2b557c..e56fa5c 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -134,7 +134,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # example: # opacity-rule = [ "80:class_g = 'URxvt'" ]; # -# opacity-rule = [] +opacity-rule = [ "100:class_g = 'Emacs'" ]; #################################