Skip to content

Instantly share code, notes, and snippets.

@kiview
Created July 7, 2022 20:39
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 kiview/6931210d0e8517064f799a63ff574740 to your computer and use it in GitHub Desktop.
Save kiview/6931210d0e8517064f799a63ff574740 to your computer and use it in GitHub Desktop.
Pixel perfect layout for Windows PowerToys fancy zones (located in `%LocalAppData%\Microsoft\PowerToys\FancyZones\custom-layouts.json`)
{
"custom-layouts": [
{
"uuid": "{F58A3E99-18C5-40C0-B496-22C674101D1B}",
"name": "LinkedIn Learning",
"type": "canvas",
"info": {
"ref-width": 2560,
"ref-height": 1392,
"zones": [
{
"X": 640,
"Y": 370,
"width": 1280,
"height": 720
}
],
"sensitivity-radius": 20
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment