diff options
author | 53hornet <atc@53hor.net> | 2021-08-06 22:46:40 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-08-06 22:46:40 -0400 |
commit | dc1fbe8f36b71d3742ec18fcd6aa7adb969bf499 (patch) | |
tree | c7504e91c32d8619ab1dfa6415b51b563ffbad28 /.config/picom | |
parent | 717d31ad4e8631c43110d9d202941cd91b19e239 (diff) | |
download | dotfiles-dc1fbe8f36b71d3742ec18fcd6aa7adb969bf499.tar.xz dotfiles-dc1fbe8f36b71d3742ec18fcd6aa7adb969bf499.zip |
aliases, functions, mutt config, i3 template
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. |