initial commit

This commit is contained in:
Ray Elliott 2021-01-22 11:13:22 +00:00
parent 55a456330f
commit 4a098c9d88
1 changed files with 9 additions and 9 deletions

View File

@ -10,15 +10,15 @@ section: screens
MachineTwo:
end
section: links
MachineOne:
up = MachineTwo
MachineTwo:
down = MachineOne
end
# section: links
# MachineOne:
# up = MachineTwo
#
# MachineTwo:
# down = MachineOne
# end
section: options
keystroke(Super+a) = switchToScreen(MachineTwo)
keystroke(Super+z) = switchToScreen(MachineOne)
# keystroke(Super+a) = switchToScreen(MachineTwo)
keystroke(Super+z) = toggleScreen
end