update hostnames

This commit is contained in:
Ray Elliott 2020-10-11 11:59:55 +01:00
parent d9e217debe
commit 55a456330f
1 changed files with 8 additions and 8 deletions

View File

@ -6,19 +6,19 @@
# line. comments may appear anywhere the syntax permits. # line. comments may appear anywhere the syntax permits.
section: screens section: screens
Patricia: MachineOne:
Pamela: MachineTwo:
end end
section: links section: links
Patricia: MachineOne:
up = Pamela up = MachineTwo
Pamela: MachineTwo:
down = Patricia down = MachineOne
end end
section: options section: options
keystroke(Super+a) = switchToScreen(Pamela) keystroke(Super+a) = switchToScreen(MachineTwo)
keystroke(Super+z) = switchToScreen(Patricia) keystroke(Super+z) = switchToScreen(MachineOne)
end end