2019-05-15 14:15:31 +00:00
|
|
|
# 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
|
2020-10-11 10:59:55 +00:00
|
|
|
MachineOne:
|
2022-07-10 17:55:47 +00:00
|
|
|
mac-mini:
|
2019-05-15 14:15:31 +00:00
|
|
|
end
|
|
|
|
|
2022-07-10 17:55:47 +00:00
|
|
|
section: links
|
|
|
|
MachineOne:
|
|
|
|
down = mac-mini
|
|
|
|
|
|
|
|
mac-mini:
|
|
|
|
down = MachineOne
|
|
|
|
end
|
2019-05-15 14:15:31 +00:00
|
|
|
|
|
|
|
section: options
|
2022-07-10 17:55:47 +00:00
|
|
|
keystroke(Super+a) = switchToScreen(MachineOne)
|
2021-01-22 11:13:22 +00:00
|
|
|
keystroke(Super+z) = toggleScreen
|
2019-05-15 14:15:31 +00:00
|
|
|
end
|