diff options
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 2c39f5d..50e0f9c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -122,7 +122,7 @@ inactive-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 -frame-opacity = 0.7; +#frame-opacity = 0.7; # Default opacity for dropdown menus and popup menus. (0.0 - 1.0, defaults to 1.0) # menu-opacity = 1.0 @@ -140,7 +140,8 @@ inactive-opacity-override = false; # Specify a list of conditions of windows that should always be considered focused. # focus-exclude = [] focus-exclude = [ - "class_g = 'Firefox'" + "class_g = 'Firefox'", + "class_g = 'mpv'", ]; # Use fixed inactive dim value, instead of adjusting according to window opacity. |