fix: update picom config after wezterm native opacity change

This commit is contained in:
winston 2022-11-30 21:29:26 +01:00
parent 80ddfd18c2
commit b49b0596a0
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -125,9 +125,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Note we don't make any guarantee about possible conflicts with other # Note we don't make any guarantee about possible conflicts with other
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. # programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
# example: # example:
opacity-rule = [ #opacity-rule = [
"95:class_g = 'org.wezfurlong.wezterm'" # "95:class_g = 'org.wezfurlong.wezterm'"
]; #];
# #
# opacity-rule = [] # opacity-rule = []