diff options
| author | 大和でなり <daenarii@protonmail.com> | 2018-05-03 20:34:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-03 20:34:28 +0800 |
| commit | d136f67a642eef0163f330262f2e7956dc0d521c (patch) | |
| tree | 5b661701404d79a9cdb63032e00e081f31b44f33 /.config | |
| parent | 850ffc5365a0af36fe097237a37464a1f8afba8b (diff) | |
| download | eibhear-d136f67a642eef0163f330262f2e7956dc0d521c.tar.gz eibhear-d136f67a642eef0163f330262f2e7956dc0d521c.tar.zst eibhear-d136f67a642eef0163f330262f2e7956dc0d521c.zip | |
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. |
