# synergy.home.conf
# by Todd Wallentine tcw AT cis ksu edu
# v1.0 06 November 2007
#
# Todd Wallentine's home office setup includes 2 machines:
# bluecloud: HP nc8430 running Gentoo Linux
# horse: homemade server running Ubuntu Linux
# The orientation is completely horizontal where bluecloud is furthest left
# and horse is to the right.

section: screens
	bluecloud:
	horse:
end

section: links
	bluecloud:
		right  = horse
	horse:
		left = bluecloud
end

section: aliases
	bluecloud:
		192.168.1.25
	horse:
		192.168.1.10
end

