Skip to content

Instantly share code, notes, and snippets.

@exhuma
Created November 7, 2015 09:21
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 exhuma/8333dd7419b0855d6952 to your computer and use it in GitHub Desktop.
Save exhuma/8333dd7419b0855d6952 to your computer and use it in GitHub Desktop.
GridMove setup for 3 Columns per screen
[Groups]
NumberOfGroups = 9
[1]
TriggerTop = [Monitor1Top]
TriggerRight = [Monitor1Left] + [Monitor1Width] / 3
TriggerBottom = [Monitor1Bottom]
TriggerLeft = [Monitor1Left]
[2]
TriggerTop = [Monitor1Top]
TriggerRight = [Monitor1Right] - [Monitor1Width] / 3
TriggerBottom = [Monitor1Bottom]
TriggerLeft = [Monitor1Left] + [Monitor1Width] / 3
[3]
TriggerTop = [Monitor1Top]
TriggerRight = [Monitor1Right]
TriggerBottom = [Monitor1Bottom]
TriggerLeft = [Monitor1Right] - [Monitor1Width] / 3
[4]
TriggerTop = [Monitor2Top]
TriggerRight = [Monitor2Left] + [Monitor2Width] / 3
TriggerBottom = [Monitor2Bottom]
TriggerLeft = [Monitor2Left]
[5]
TriggerTop = [Monitor2Top]
TriggerRight = [Monitor2Right] - [Monitor2Width] / 3
TriggerBottom = [Monitor2Bottom]
TriggerLeft = [Monitor2Left] + [Monitor2Width] / 3
[6]
TriggerTop = [Monitor2Top]
TriggerRight = [Monitor2Right]
TriggerBottom = [Monitor2Bottom]
TriggerLeft = [Monitor2Right] - [Monitor2Width] / 3
[7]
TriggerTop = [Monitor3Top]
TriggerRight = [Monitor3Left] + [Monitor3Width] / 3
TriggerBottom = [Monitor3Bottom]
TriggerLeft = [Monitor3Left]
[8]
TriggerTop = [Monitor3Top]
TriggerRight = [Monitor3Right] - [Monitor3Width] / 3
TriggerBottom = [Monitor3Bottom]
TriggerLeft = [Monitor3Left] + [Monitor3Width] / 3
[9]
TriggerTop = [Monitor3Top]
TriggerRight = [Monitor3Right]
TriggerBottom = [Monitor3Bottom]
TriggerLeft = [Monitor3Right] - [Monitor3Width] / 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment