barrier/barrier.conf

31 lines
548 B
Plaintext

# https://github.com/debauchee/barrier/blob/master/doc/barrier.conf.example
# sample barrier configuration file
#
# comments begin with the # character and continue to the end of
# line. comments may appear anywhere the syntax permits.
section: screens
MachineOne:
mac-mini:
MACHINEI:
end
# section: links
# MachineOne:
# left = MACHINEI
# right = MACHINEI
# down = mac-mini
# MachineI:
# right = MachineOne
# left = MachineOne
# mac-mini:
# down = MachineOne
# end
section: options
keystroke(Super+z) = toggleScreen
end