dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

picom.conf (148B)


      1 # see https://github.com/yshui/picom/blob/next/picom.sample.conf
      2 
      3 vsync = true;
      4 
      5 detect-client-opacity = true;
      6 
      7 refresh-rate = 0;
      8 
      9 backend = "glx";