Browse Source

Remove leading space in compton.conf

Frans Bergman 4 years ago
parent
commit
4976d9398b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .config/compton.conf

+ 1 - 1
.config/compton.conf

@@ -30,7 +30,7 @@ glx-copy-from-front = false;
 # My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
 # May break VSync and is not available on some drivers.
 # Overrides --glx-copy-from-front.
- glx-use-copysubbuffermesa = true;
+glx-use-copysubbuffermesa = true;
 
 # GLX backend: Avoid rebinding pixmap on window damage.
 # Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).