dotfiles

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

picom.conf (190B)


      1 backend = "egl"
      2 vsync = true
      3 use-damage = true
      4 detect-client-opacity = true
      5 use-ewmh-active-win = true
      6 
      7 shadow = false
      8 
      9 fading = true
     10 fade-in-step = 0.03
     11 fade-out-step = 0.03
     12 fade-delta = 3