barrier/barrier.conf

30 lines
542 B
Plaintext
Raw Normal View History

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:
2023-07-15 12:39:24 +00:00
MACHINEI:
2019-05-15 14:15:31 +00:00
end
2023-11-29 07:33:19 +00:00
section: links
MachineOne:
left = MACHINEI
2022-08-10 18:10:56 +00:00
# down = mac-mini
2023-11-29 07:33:19 +00:00
MachineI:
right = MachineOne
2022-08-10 18:10:56 +00:00
# mac-mini:
# down = MachineOne
2023-11-29 07:33:19 +00:00
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