From f9f49259414bf137eaf9b78109d2a95368d4bbc0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 1 Jul 2014 17:02:57 -0400 Subject: stop using the glx backend for compton apparently it uses 10-20% more power on my machine --- services/compton/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/compton/run b/services/compton/run index 487ccf3..8d85707 100755 --- a/services/compton/run +++ b/services/compton/run @@ -1,3 +1,3 @@ #!/bin/sh -exec compton -m 0.9 -i 0.8 -f -D 7 --backend glx --vsync drm +exec compton -m 0.9 -i 0.8 -f -D 7 --vsync drm -- cgit v1.2.3-54-g00ecf