From 1ffe58f3ee6eeb2d81729eb7c458a8979eb2df68 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Thu, 20 Jan 2022 17:07:39 -0600 Subject: moved many scripts around, small tweaks/rewrites, mounter verify xsudo and xclick scripts --- x11/xvsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/xvsync') diff --git a/x11/xvsync b/x11/xvsync index e80edab..0d5cd5c 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