diff --git a/gui/compton/compton.conf b/gui/compton/compton.conf new file mode 100644 index 0000000..c7c6af8 --- /dev/null +++ b/gui/compton/compton.conf @@ -0,0 +1 @@ +inactive-dim = 0.3; diff --git a/meta/configs/compton.yaml b/meta/configs/compton.yaml new file mode 100644 index 0000000..f0fcd47 --- /dev/null +++ b/meta/configs/compton.yaml @@ -0,0 +1,3 @@ +- link: + ~/.config/compton: gui/compton +# vim: set filetype=yaml ts=4 sw=4 tw=0 et :