From c46d6a6b99fe14c8e25979b80814847e9ad03728 Mon Sep 17 00:00:00 2001 From: kemonine Date: Mon, 5 Aug 2024 09:38:06 -0400 Subject: [PATCH] add windows fancy zones config --- windows/fancyzones/custom-layouts.json | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100755 windows/fancyzones/custom-layouts.json diff --git a/windows/fancyzones/custom-layouts.json b/windows/fancyzones/custom-layouts.json new file mode 100755 index 0000000..2c7df6e --- /dev/null +++ b/windows/fancyzones/custom-layouts.json @@ -0,0 +1,52 @@ +{ + "custom-layouts": [ + { + "uuid": "{fedc4b2c-703b-4305-8825-14eadd644f64}", + "name": "kmn", + "type": "canvas", + "info": { + "ref-width": 2560, + "ref-height": 1392, + "zones": [ + { + "X": 0, + "Y": 0, + "width": 853, + "height": 1392 + }, + { + "X": 853, + "Y": 0, + "width": 853, + "height": 1392 + }, + { + "X": 1706, + "Y": 0, + "width": 854, + "height": 1392 + }, + { + "X": 0, + "Y": 0, + "width": 1280, + "height": 1392 + }, + { + "X": 1280, + "Y": 0, + "width": 1280, + "height": 1392 + }, + { + "X": 640, + "Y": 0, + "width": 1280, + "height": 1392 + } + ], + "sensitivity-radius": 20 + } + } + ] +}