Explorar o código

Remove leading space in compton.conf

Frans Bergman %!s(int64=4) %!d(string=hai) anos
pai
achega
4976d9398b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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).