- Configs:
picom/.config/picom/picom.conf(primary, tuned for AC power).picom/.config/picom/picom.battery.conf(profile for lower power draw— document differences when updated).
- Backend: Uses the
glxbackend withvsyncfor tear-free rendering. - Performance Tweaks:
glx-no-stencil,glx-no-rebind-pixmap, anduse-damage = truefor better GPU utilization.unredir-if-possible = falsekeeps fullscreen apps composited to avoid flicker with GLX pipelines.
- Focus Detection: Enables
detect-client-opacity,detect-transient,mark-wmwin-focused, andmark-ovredir-focusedfor smoother fades and focus handling across floating windows. - Launch: Autostarted from both i3 and Xmonad, so changes here impact every
session. Remember to restart the WM after edits or run
pkill picom; picom &for a live reload.