diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-09-14 22:26:17 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-09-14 22:26:17 +0200 |
| commit | 0e2d387565cb03c41cef33b9ff01eac5a5cb9132 (patch) | |
| tree | 1bcc8bdf06022ae90874d575040df4cbece28313 /picom/picom.conf | |
| parent | c3b97dfe6a6a39974f60411761b8ceba48e1876b (diff) | |
update: general changes, read the diff
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..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 = [] |
