summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST2
-rw-r--r--picom/picom.conf12
2 files changed, 14 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 014e389..aa6138c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,3 +11,5 @@ tmux|symlink|.config/
.bashrc|symlink|
.bash_profile|symlink|
msmtp|symlink|.config/
+nvim|symlink|.config/
+picom|symlink|.config/
diff --git a/picom/picom.conf b/picom/picom.conf
new file mode 100644
index 0000000..9dff4f0
--- /dev/null
+++ b/picom/picom.conf
@@ -0,0 +1,12 @@
+backend = "egl"
+vsync = true
+use-damage = true
+detect-client-opacity = true
+use-ewmh-active-win = true
+
+shadow = false
+
+fading = true
+fade-in-step = 0.03
+fade-out-step = 0.03
+fade-delta = 3