From 76017a0fc4c71d7deb951b3876982e92ef697ae7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 25 Jun 2019 18:50:58 +0200 Subject: [PATCH] Add compton config --- gui/compton/compton.conf | 1 + meta/configs/compton.yaml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 gui/compton/compton.conf create mode 100644 meta/configs/compton.yaml 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 :