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:
parent
ae35df326d
commit
e2816d2837
@ -177,7 +177,7 @@ exec --no-startup-id xbindkeys
|
|||||||
exec --no-startup-id solaar
|
exec --no-startup-id solaar
|
||||||
exec --no-startup-id pullover
|
exec --no-startup-id pullover
|
||||||
exec --no-startup-id mailnag
|
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 chromium --no-startup-window
|
||||||
exec --no-startup-id thunderbird
|
exec --no-startup-id thunderbird
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ opacity-rule = [
|
|||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "gaussian";
|
||||||
size = 10;
|
size = 43;
|
||||||
deviation = 5.0;
|
deviation = 25.0;
|
||||||
};
|
};
|
||||||
blur-background-frame = true;
|
blur-background-frame = true;
|
||||||
blur-background-fixed = true;
|
blur-background-fixed = true;
|
Loading…
Reference in New Issue
Block a user