synergy.conf 파일 (aliase 사용)

입질쾌감 물때표

샘플 파일

# sample synergy configuration file
#
# comments begin with the # character and continue to the end of
# line.  comments may appear anywhere the syntax permits.

section: screens
	# three hosts named:  moe, larry, and curly
	hansung:
	msi:
    asus:
end

section: links
	hansung:
		right = msi
	msi:
		left = hansung
		right = asus
	asus:
		left = msi
end

section: aliases
	# curly is also known as shemp
    msi:
        mlinkkorea-webterror
end

실행을 했을때 프로세스가 뜨지 않는다면 보통 스크린 네임에러다. 스크린네임을 별칭에 반드시 넣어줄것!
# synergys -d INFO -c .synergy.conf -l synergys.log –no-daemon

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다