Skip to content

Instantly share code, notes, and snippets.

@CptSpaceToaster
Created January 2, 2016 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CptSpaceToaster/5c778cbc9918e63b46be to your computer and use it in GitHub Desktop.
Save CptSpaceToaster/5c778cbc9918e63b46be to your computer and use it in GitHub Desktop.
# Example Montior Setup
# [s]
# [c][s]
section: screens
s:
c:
end
section: links
s:
left(50,100) = c
c:
right = s(50,100)
end
# Example Montior Setup
# [c][s]
# [s]
section: screens
s:
c:
end
section: links
s:
left(0,50) = c
c:
right = s(0,50)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment