Created
September 17, 2017 19:11
-
-
Save imdanielch/7c946f626ce255c03b98ae06e90d565d to your computer and use it in GitHub Desktop.
synergy config located in /home/daniel/.synergy.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
section: screens | |
U-EuroM4: | |
halfDuplexCapsLock = false | |
halfDuplexNumLock = false | |
halfDuplexScrollLock = false | |
xtestIsXineramaUnaware = false | |
switchCorners = none | |
switchCornerSize = 0 | |
rpi3: | |
halfDuplexCapsLock = false | |
halfDuplexNumLock = false | |
halfDuplexScrollLock = false | |
xtestIsXineramaUnaware = false | |
switchCorners = none | |
switchCornerSize = 0 | |
i77600k: | |
halfDuplexCapsLock = false | |
halfDuplexNumLock = false | |
halfDuplexScrollLock = false | |
xtestIsXineramaUnaware = false | |
switchCorners = none | |
switchCornerSize = 0 | |
end | |
section: aliases | |
end | |
section: links | |
U-EuroM4: | |
right = rpi3 | |
rpi3: | |
right = i77600k | |
left = U-EuroM4 | |
i77600k: | |
left = rpi3 | |
end | |
section: options | |
relativeMouseMoves = true | |
screenSaverSync = true | |
win32KeepForeground = false | |
clipboardSharing = true | |
switchCorners = none | |
switchCornerSize = 0 | |
switchDelay = 200 | |
mousebutton(4) = mousebutton(6) | |
mousebutton(5) = mousebutton(7) | |
mousebutton(6) = keystroke(WWWBack) | |
mousebutton(7) = keystroke(WWWForward) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment