diff options
Diffstat (limited to 'picom/picom.conf')
| -rw-r--r-- | picom/picom.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/picom/picom.conf b/picom/picom.conf index 1731c3a..573f1d6 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'", "95:name *= 'librewolf'" ]; # opacity-rule = [] |
