From dc1fbe8f36b71d3742ec18fcd6aa7adb969bf499 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 6 Aug 2021 22:46:40 -0400 Subject: aliases, functions, mutt config, i3 template --- .config/picom/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/picom/picom.conf') 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. -- cgit v1.2.3