mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
added picom configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
inactive-opacity = 1;
|
||||
active-opacity = 1;
|
||||
frame-opacity = 1;
|
||||
|
||||
blur: {
|
||||
method = "dual-kawase";
|
||||
strength = 9;
|
||||
background = false;
|
||||
background-frame = false;
|
||||
background-fixed = false;
|
||||
}
|
||||
Reference in New Issue
Block a user