summaryrefslogtreecommitdiff
path: root/x11/xvsync
blob: e80edabf16269105b9094dca3aa92354d8cf3c77 (plain)
1
2
3
4
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}
done