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.
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue