1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

picom: migrate compton to picom

This commit is contained in:
Joe Groocock 2019-10-30 15:48:49 +00:00
parent ae35df326d
commit e2816d2837
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 3 additions and 3 deletions

View File

@ -177,7 +177,7 @@ exec --no-startup-id xbindkeys
exec --no-startup-id solaar
exec --no-startup-id pullover
exec --no-startup-id mailnag
exec --no-startup-id compton -b --experimental-backends
exec --no-startup-id picom -b --experimental-backends
exec --no-startup-id chromium --no-startup-window
exec --no-startup-id thunderbird

View File

@ -38,8 +38,8 @@ opacity-rule = [
blur:
{
method = "gaussian";
size = 10;
deviation = 5.0;
size = 43;
deviation = 25.0;
};
blur-background-frame = true;
blur-background-fixed = true;