summaryrefslogtreecommitdiff
path: root/x11/xvsync
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xvsync')
-rwxr-xr-xx11/xvsync2
1 files changed, 1 insertions, 1 deletions
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