Skip to content

Instantly share code, notes, and snippets.

@DoganM95
Created May 10, 2021 16:38
Show Gist options
  • Save DoganM95/1e555eff81cf030e938fe0525bcc1109 to your computer and use it in GitHub Desktop.
Save DoganM95/1e555eff81cf030e938fe0525bcc1109 to your computer and use it in GitHub Desktop.
Microsoft PowerToys Custom UWQHD 1440p FancyZone (snippet to insert after "devices")
"custom-zone-sets": [
{
"uuid": "{A7B1BF4C-A283-4CB6-9055-1A8876F060C9}",
"name": "Custom layout 2",
"type": "canvas",
"info": {
"ref-width": 3440,
"ref-height": 1400,
"zones": [
{
"X": 0,
"Y": 0,
"width": 860,
"height": 1400
},
{
"X": 0,
"Y": 0,
"width": 860,
"height": 700
},
{
"X": 0,
"Y": 700,
"width": 860,
"height": 700
},
{
"X": 860,
"Y": 0,
"width": 1720,
"height": 1400
},
{
"X": 860,
"Y": 0,
"width": 860,
"height": 700
},
{
"X": 860,
"Y": 700,
"width": 860,
"height": 700
},
{
"X": 1720,
"Y": 0,
"width": 860,
"height": 700
},
{
"X": 1720,
"Y": 700,
"width": 860,
"height": 700
},
{
"X": 2580,
"Y": 0,
"width": 860,
"height": 1400
},
{
"X": 2580,
"Y": 0,
"width": 860,
"height": 700
},
{
"X": 2580,
"Y": 700,
"width": 860,
"height": 700
}
],
"sensitivity-radius": 20
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment