diff options
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..7dc3ca5 --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,3 @@ +active-opacity = 1.0; +inactive-opacity = 0.65; +inactive-dim = 0.2; |