-
Notifications
You must be signed in to change notification settings - Fork 0
/
synergy.conf
43 lines (38 loc) · 1018 Bytes
/
synergy.conf
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Friday, October 19, 2018
# Ever since upgrading to 1.10.1 there was some problem on osx of mediaanalysisd going off as if the machine was idle.
# So I downgraded and had to make a small modification to the conf (comment clipboard sharing).
# Plus this version is only executed by my startup script, so it's enabled again in .profile.
section: screens
gunship:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
mercury:
# ctrl = alt
# alt = ctrl
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
end
section: links
gunship:
right = mercury
mercury:
left = gunship
end
section: options
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
# clipboardSharing = true
switchCorners = none
switchCornerSize = 0
end