barrier/barrier.conf

33 lines
677 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
Arch666:
Medion666:
end
section: links
# larry is to the right of moe and curly is above moe
Arch666:
left = Medion666
Medion666:
right = Arch666
end
# section: aliases
# # curly is also known as shemp
# curly:
# shemp
# end
section: options
keystroke(Super+Insert) = switchToScreen(Medion666)
keystroke(Super+Home) = switchToScreen(Arch666)
# keystroke(Super+PageUp) = switchToScreen(ElCapitan)
end