From 229d215f8b6b22bc52c12135099afe73c598b598 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Fri, 3 Oct 2025 13:26:50 -0400 Subject: add picom. --- MANIFEST | 2 ++ picom/picom.conf | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 picom/picom.conf 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 -- cgit v1.2.3