From b49b0596a005419fc4a59839e2662aafa7cade2c Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 30 Nov 2022 21:29:26 +0100 Subject: [PATCH] fix: update picom config after wezterm native opacity change --- dot_config/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/picom.conf b/dot_config/picom.conf index 2f164dc..7cda1cd 100644 --- a/dot_config/picom.conf +++ b/dot_config/picom.conf @@ -125,9 +125,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Note we don't make any guarantee about possible conflicts with other # programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. # example: -opacity-rule = [ - "95:class_g = 'org.wezfurlong.wezterm'" -]; +#opacity-rule = [ +# "95:class_g = 'org.wezfurlong.wezterm'" +#]; # # opacity-rule = []