Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Created September 13, 2024 06:12
Show Gist options
  • Save LuisPalacios/ff4ea787a524fc256ae9d71a127fdcfd to your computer and use it in GitHub Desktop.
Save LuisPalacios/ff4ea787a524fc256ae9d71a127fdcfd to your computer and use it in GitHub Desktop.
Fichero de configuración de Barrier para mi servidor "kymera" con Windows 11
#
# Config LuisPa
#
# +---------+ +----------+ +----------+
# |Laptop | | Mac | | PC (Win) |
# |slimbook | | macmini | | kymera |
# |cliente | | cliente | | SERVIDOR |
# +---------+ +----------+ +----------+
#
#
section: screens
slimbook:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
preserveFocus = false
switchCorners = none
switchCornerSize = 0
macmini:
alt = super
super = alt
altgr = alt
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
preserveFocus = false
switchCorners = none
switchCornerSize = 0
kymera:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
preserveFocus = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
end
section: links
slimbook:
right = macmini
macmini:
left = slimbook
right = kymera
kymera:
left = macmini
end
section: options
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