adding some changes for plasma

This commit is contained in:
Chris Cochrun 2021-10-03 07:29:50 -05:00
parent 5a8649393d
commit 072a871100
4 changed files with 74 additions and 3 deletions

View file

@ -240,7 +240,7 @@ blur: {
# requires: https://github.com/ibhagwan/picom
method = "dual_kawase";
#method = "kernel";
strength = 17;
strength = 14;
deviation = 4.0;
# kernel = "11x11gaussian";
background = false;
@ -266,7 +266,7 @@ blur-background-exclude = [
"name = 'Video'",
"name = 'Projection Window'",
# "window_type = '_NET_WM_WINDOW_TYPE_NOTIFICATION'"
"window_type = 'notification'"
# "window_type = 'notification'"
];