Added compton configuration
This commit is contained in:
parent
689f3e7cbd
commit
c9f0281f67
2 changed files with 6 additions and 0 deletions
5
compton/compton.conf
Normal file
5
compton/compton.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
backend="glx";
|
||||
vsync="opengl-mswc";
|
||||
glx-swap-method=3;
|
||||
paint-on-overlay=true;
|
||||
glx-no-stencil=true;
|
|
@ -20,3 +20,4 @@ x/Xresources .Xresources
|
|||
debian/dquilt .quiltrc-dpkg
|
||||
debian/pbuilder .pbuilderrc
|
||||
debian/git-buildpackage.conf .gbp.conf
|
||||
compton/compton.conf .config/compton.conf
|
||||
|
|
Loading…
Reference in a new issue