dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 229d215f8b6b22bc52c12135099afe73c598b598
parent f42b5230a84b2bbdb264e4ee98a3878fd610b701
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Fri,  3 Oct 2025 13:26:50 -0400

add picom.

Diffstat:
MMANIFEST | 2++
Apicom/picom.conf | 12++++++++++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git 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 @@ -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