소스 검색

Add mpv to full screen compton list

Josh Bicking 7 년 전
부모
커밋
99700e4286
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = [ ];