summaryrefslogtreecommitdiff
path: root/picom/picom.conf
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-12-13 07:46:56 +0100
committerMartial Simon <msimon_fr@hotmail.com>2023-12-13 07:46:56 +0100
commit09710a3463bc4a90e797d29b4955af1831a84e98 (patch)
treea50ec957130e7573af00fa13af502374edf8c400 /picom/picom.conf
parentbcf8aade269e9fcf6a1a1dcca63d21269f03ae9d (diff)
parent1b7402b9e0d623cab9284aada81fb5429cf662e7 (diff)
Merge branch 'main' of github.com:Laitram31/.config
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..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 = []