diff --git a/barrier.conf b/barrier.conf index 6b9c858..518eb25 100644 --- a/barrier.conf +++ b/barrier.conf @@ -6,19 +6,19 @@ # line. comments may appear anywhere the syntax permits. section: screens - Patricia: - Pamela: + MachineOne: + MachineTwo: end section: links - Patricia: - up = Pamela + MachineOne: + up = MachineTwo - Pamela: - down = Patricia + MachineTwo: + down = MachineOne end section: options - keystroke(Super+a) = switchToScreen(Pamela) - keystroke(Super+z) = switchToScreen(Patricia) + keystroke(Super+a) = switchToScreen(MachineTwo) + keystroke(Super+z) = switchToScreen(MachineOne) end