From f969ff21b40aaae2ff8bfa33f88c4273c9307f38 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Sun, 30 Jun 2024 22:11:25 +0800 Subject: [PATCH] Do not use transparancy for Emacs. --- picom/.config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" ]; ################################# -- 2.39.5