소스 검색

Enable background blur in picom

Frans Bergman 3 년 전
부모
커밋
87780e042a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .config/picom.conf

+ 3 - 1
.config/picom.conf

@@ -115,7 +115,9 @@ frame-opacity = 1;
 # Do not let dimness adjust based on window opacity.
 #inactive-dim-fixed = true;
 # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
-#blur-background = true;
+blur-background = true;
+blur-method = "dual_kawase";
+blur-strength = 2;
 # Blur background of opaque windows with transparent frames as well.
 #blur-background-frame = true;
 # Do not let blur radius adjust based on window opacity.