From 25b0f492435593608066805fb27df1906de6858b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 3 Nov 2018 20:49:46 -0400 Subject: stop setting --vsync not sure why i was doing this to begin with, and --vsync drm is no longer supported in latest compton --- services/available/compton/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/available/compton/run b/services/available/compton/run index 058cc1a..21d2ce0 100755 --- a/services/available/compton/run +++ b/services/available/compton/run @@ -1,3 +1,3 @@ #!/bin/sh -exec compton -m 0.9 -i 0.8 -f -D 7 --vsync drm --inactive-dim 0.3 +exec compton -m 0.9 -i 0.8 -f -D 7 --inactive-dim 0.3 -- cgit v1.2.3-54-g00ecf