From b39af989b72c10e655f8a3dadde8fa2d0543b0df Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Mon, 21 Jun 2021 19:29:49 +0300 Subject: [PATCH] Disable picom gaussian filter and running on startx --- .config/picom.conf | 12 +++++++----- .xinitrc | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index 879fa61..3408f5a 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -7,10 +7,12 @@ rounded-corners-exclude = [ "class_g='dmenu'", ]; -blur: -{ - method = "kernel"; - kernel = "11x11gaussian"; -}; +blur-background-exclude = ["class_g='firefox'"]; + +#blur: +#{ +# method = "kernel"; +# kernel = "11x11gaussian"; +#}; backend = "glx"; diff --git a/.xinitrc b/.xinitrc index 9875d85..bc0d003 100644 --- a/.xinitrc +++ b/.xinitrc @@ -49,7 +49,7 @@ nitrogen --restore & # Start the compositor # picom fork https://github.com/yshui/picom -picom --corner-radius 20 & +# picom --corner-radius 20 & # Start xscreensaver xscreensaver --no-splash &