source: trunk/synergy/examples/synergy.conf@ 3453

Last change on this file since 3453 was 2749, checked in by bird, 19 years ago

synergy v1.3.1 sources (zip).

File size: 793 bytes
Line 
1# sample synergy configuration file
2#
3# comments begin with the # character and continue to the end of
4# line. comments may appear anywhere the syntax permits.
5
6section: screens
7 # three hosts named: moe, larry, and curly
8 moe:
9 larry:
10 curly:
11end
12
13section: links
14 # larry is to the right of moe and curly is above moe
15 moe:
16 right = larry
17 up = curly
18
19 # moe is to the left of larry and curly is above larry.
20 # note that curly is above both moe and larry and moe
21 # and larry have a symmetric connection (they're in
22 # opposite directions of each other).
23 larry:
24 left = moe
25 up = curly
26
27 # larry is below curly. if you move up from moe and then
28 # down, you'll end up on larry.
29 curly:
30 down = larry
31end
32
33section: aliases
34 # curly is also known as shemp
35 curly:
36 shemp
37end
Note: See TracBrowser for help on using the repository browser.