diff options
Diffstat (limited to 'x11/xvsync')
| -rwxr-xr-x | x11/xvsync | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/xvsync b/x11/xvsync deleted file mode 100755 index 0d5cd5c..0000000 --- a/x11/xvsync +++ /dev/null @@ -1,5 +0,0 @@ -#!/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} -done  | 
