Explorar el Código

Add mpv to full screen compton list

Josh Bicking hace 7 años
padre
commit
99700e4286
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compton.conf

+ 1 - 1
compton.conf

@@ -202,7 +202,7 @@ sw-opti = true;
 # paint-on-overlay may make the flickering less obvious.
 unredir-if-possible = true;
 
-unredir-if-possible-exclude = [ "name *= 'Firefox Nightly'" ]
+unredir-if-possible-exclude = [ "name *= 'Firefox Nightly'", "name *= 'mpv'"]
 
 # Specify a list of conditions of windows that should always be considered focused.
 focus-exclude = [ ];