barrier/barrier.conf

25 lines
492 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
Patricia:
Pamela:
end
# section: links
# Patricia:
# left = Pamela
#
# Pamela:
# right = Patricia
# end
section: options
keystroke(Super+Insert) = switchToScreen(Pamela)
keystroke(Super+Home) = switchToScreen(Patricia)
end