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.
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