update hostnames
This commit is contained in:
parent
d9e217debe
commit
55a456330f
16
barrier.conf
16
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
|
||||
|
|
Loading…
Reference in New Issue