diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-05-04 13:27:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-04 13:27:52 -0700 |
| commit | 487df087776aa2cd92810377c2a7bb9f095402f5 (patch) | |
| tree | 96e8f057aafb196c66b25320a5e3237d03b49824 /.config | |
| parent | 869447c1e245fd95841592a12b95b101f97411dc (diff) | |
| parent | d136f67a642eef0163f330262f2e7956dc0d521c (diff) | |
| download | eibhear-487df087776aa2cd92810377c2a7bb9f095402f5.tar.gz eibhear-487df087776aa2cd92810377c2a7bb9f095402f5.tar.zst eibhear-487df087776aa2cd92810377c2a7bb9f095402f5.zip | |
Merge pull request #44 from Daenarii/patch-3
Update compton.conf
Diffstat (limited to '.config')
| -rw-r--r-- | .config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/compton.conf b/.config/compton.conf index 572926b..a098484 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -3,7 +3,7 @@ backend = "xrender" paint-on-overlay = true; glx-no-stencil = true; glx-no-rebind-pixmap = true; -vsync = "opengl-swc"; +vsync = "drm"; # These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method. # The other options are smaller performance tweaks that work well in most cases. |
