barrier/barrier.conf

37 lines
721 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
Arch666:
2019-06-21 20:59:28 +00:00
ElCapitan:
2019-05-15 14:15:31 +00:00
Medion666:
end
section: links
Arch666:
left = Medion666
2019-06-21 20:59:28 +00:00
down = ElCapitan
2019-05-15 14:15:31 +00:00
Medion666:
right = Arch666
2019-06-21 20:59:28 +00:00
ElCapitan:
up = Arch666
2019-05-15 14:15:31 +00:00
end
# section: aliases
# # curly is also known as shemp
# curly:
# shemp
# end
section: options
keystroke(Super+Insert) = switchToScreen(Medion666)
keystroke(Super+Home) = switchToScreen(Arch666)
2019-06-21 20:59:28 +00:00
keystroke(Super+PageUp) = switchToScreen(ElCapitan)
2019-05-15 14:15:31 +00:00
end