initial commit
This commit is contained in:
parent
55a456330f
commit
4a098c9d88
18
barrier.conf
18
barrier.conf
|
@ -10,15 +10,15 @@ section: screens
|
||||||
MachineTwo:
|
MachineTwo:
|
||||||
end
|
end
|
||||||
|
|
||||||
section: links
|
# section: links
|
||||||
MachineOne:
|
# MachineOne:
|
||||||
up = MachineTwo
|
# up = MachineTwo
|
||||||
|
#
|
||||||
MachineTwo:
|
# MachineTwo:
|
||||||
down = MachineOne
|
# down = MachineOne
|
||||||
end
|
# end
|
||||||
|
|
||||||
section: options
|
section: options
|
||||||
keystroke(Super+a) = switchToScreen(MachineTwo)
|
# keystroke(Super+a) = switchToScreen(MachineTwo)
|
||||||
keystroke(Super+z) = switchToScreen(MachineOne)
|
keystroke(Super+z) = toggleScreen
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue