aboutsummaryrefslogtreecommitdiffstats
path: root/.config/synergy-s4.conf
blob: 6d7c579691bceb120ef2cae17ee34e082a0d2577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
	dvzrv:
	s4:
	s5:
  c75:
end

section: links
	dvzrv:
		right= s4
    left = c75

	s4:
		right = s5
		left = dvzrv

	s5:
		left = s4

  c75:
    right = dvzrv
end