Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 927 Bytes

File metadata and controls

20 lines (18 loc) · 927 Bytes

Compositor & Visual Effects

Picom

  • 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 glx backend with vsync for tear-free rendering.
  • Performance Tweaks:
    • glx-no-stencil, glx-no-rebind-pixmap, and use-damage = true for better GPU utilization.
    • unredir-if-possible = false keeps fullscreen apps composited to avoid flicker with GLX pipelines.
  • Focus Detection: Enables detect-client-opacity, detect-transient, mark-wmwin-focused, and mark-ovredir-focused for 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.