summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-10-03 13:26:50 -0400
committerJake Koroman <jake@jakekoroman.com>2025-10-03 13:26:50 -0400
commit229d215f8b6b22bc52c12135099afe73c598b598 (patch)
tree6c368842c16bd741467d31dfafb2c9874f56adcc
parentf42b5230a84b2bbdb264e4ee98a3878fd610b701 (diff)
add picom.
-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