Skip to content

Instantly share code, notes, and snippets.

@vrthra
Last active August 4, 2022 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrthra/c0311ae82b29a0ec592c226cd1b7afbd to your computer and use it in GitHub Desktop.
Save vrthra/c0311ae82b29a0ec592c226cd1b7afbd to your computer and use it in GitHub Desktop.
~/snap/barrier/<3digit#>/.local/share/barrier/SSL and created the Fingerprints folder
openssl req -x509 -nodes -days 365 -subj /CN=barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem
openssl x509 -fingerprint -sha1 -noout -in Barrier.pem > Fingerprints/Local.txt
sed -e "s/.*=//" -i Fingerprints/Local.txt
https://superuser.com/questions/656912/synergy-on-mavericks-osx-10-9-and-enable-assistive-devices
Make sure to enable ssh
section: screens
agneyam:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
preserveFocus = false
switchCorners = none
switchCornerSize = 0
aakasham:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
preserveFocus = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
end
section: links
agneyam:
right = aakasham
aakasham:
left = agneyam
end
section: options
heartbeat = 1000
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
clipboardSharing = true
switchCorners = none
switchCornerSize = 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment