2 Commits
Author SHA1 Message Date
frebib 30fd0b3024 picom: use dual_kawase blur 2020-01-26 21:39:31 +00:00
frebib 7a2e8b3f1e chromium: ensure native notifications always work on startup 2020-01-26 21:38:14 +00:00
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
--enable-features=OverlayScrollbar
--enable-features=NativeNotifications,OverlayScrollbar
+2 -3
View File
@@ -37,9 +37,8 @@ opacity-rule = [
# Blurring
blur:
{
method = "gaussian";
size = 47;
deviation = 25.0;
method = "dual_kawase";
strength = 8;
};
blur-background-frame = true;
blur-background-fixed = true;