From 32d34ac9c5e3b682800f65f24743f2f29af04347 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Wed, 5 Jan 2022 12:28:43 -0600 Subject: change a few --- x11/xvsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/xvsync') diff --git a/x11/xvsync b/x11/xvsync index 0d5cd5c..e80edab 100755 --- a/x11/xvsync +++ b/x11/xvsync @@ -1,5 +1,5 @@ #!/bin/sh # Since this script runs xrandr to get the connected monitors, it is unnecessary to run xrandr by itself in your xinitrc for monitor in `xrandr | sed -n 's/ connected.*//p'`; do - xrandr --output $monitor --set TearFree ${1:-on} + #xrandr --output $monitor --set TearFree ${1:-on} done -- cgit v1.2.3