Skip to content

Instantly share code, notes, and snippets.

@imdanielch
Created September 17, 2017 19:11
Show Gist options
  • Save imdanielch/7c946f626ce255c03b98ae06e90d565d to your computer and use it in GitHub Desktop.
Save imdanielch/7c946f626ce255c03b98ae06e90d565d to your computer and use it in GitHub Desktop.
synergy config located in /home/daniel/.synergy.conf
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