From 0e2d387565cb03c41cef33b9ff01eac5a5cb9132 Mon Sep 17 00:00:00 2001 From: marcellus Date: Thu, 14 Sep 2023 22:26:17 +0200 Subject: update: general changes, read the diff --- picom/picom.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'picom') diff --git a/picom/picom.conf b/picom/picom.conf index 1731c3a..a5392f6 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -111,10 +111,10 @@ frame-opacity = 0.9; # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. # inactive-opacity-override = true -inactive-opacity-override = false; +inactive-opacity-override = true; # Default opacity for active windows. (0.0 - 1.0, defaults to 1.0) -# active-opacity = 1.0 +active-opacity = 0.95; # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) # inactive-dim = 0.0 @@ -131,8 +131,7 @@ 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 = [ "80:class_g = 'URxvt'" ]; -# +opacity-rule = [ "100:class_g= 'mpv'" ]; # opacity-rule = [] -- cgit v1.2.3