Disable picom gaussian filter and running on startx

This commit is contained in:
Victor Timofei 2021-06-21 19:29:49 +03:00
parent b777737c23
commit b39af989b7
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
2 changed files with 8 additions and 6 deletions

View File

@ -7,10 +7,12 @@ rounded-corners-exclude = [
"class_g='dmenu'", "class_g='dmenu'",
]; ];
blur: blur-background-exclude = ["class_g='firefox'"];
{
method = "kernel"; #blur:
kernel = "11x11gaussian"; #{
}; # method = "kernel";
# kernel = "11x11gaussian";
#};
backend = "glx"; backend = "glx";

View File

@ -49,7 +49,7 @@ nitrogen --restore &
# Start the compositor # Start the compositor
# picom fork https://github.com/yshui/picom # picom fork https://github.com/yshui/picom
picom --corner-radius 20 & # picom --corner-radius 20 &
# Start xscreensaver # Start xscreensaver
xscreensaver --no-splash & xscreensaver --no-splash &