summaryrefslogtreecommitdiff
path: root/picom/picom.conf
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-09-14 22:26:17 +0200
committermarcellus <msimon_fr@hotmail.com>2023-09-14 22:26:17 +0200
commit0e2d387565cb03c41cef33b9ff01eac5a5cb9132 (patch)
tree1bcc8bdf06022ae90874d575040df4cbece28313 /picom/picom.conf
parentc3b97dfe6a6a39974f60411761b8ceba48e1876b (diff)
update: general changes, read the diff
Diffstat (limited to 'picom/picom.conf')
-rw-r--r--picom/picom.conf7
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 = []