{ "$schema": "https://maxto.net/config.schema.json", "language": null, "startup": { "startOnLogon": true, "runElevated": false }, "updates": { "enabled": true, "channel": "Beta" }, "snap": { "to": [ "Screen", "Window" ], "distance": 10 }, "shims": { "toggled": {} }, "license": { "firstStart": "2018-11-14T14:32:31.1847884Z" }, "recipes": [ { "name": "Center window", "hotkey": "Windows+NumPad5", "ingredients": [ { "command": "window:center", "parameters": {} } ] }, { "name": "Move window left", "hotkey": "Alt+Windows+Left", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Left" } } ] }, { "name": "Move window up", "hotkey": "Alt+Windows+Up", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Up" } } ] }, { "name": "Move window right", "hotkey": "Alt+Windows+Right", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Right" } } ] }, { "name": "Move window down", "hotkey": "Alt+Windows+Down", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Down" } } ] }, { "name": "Swap window left", "hotkey": "Alt+Control+Left", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Left", "swap": true } } ] }, { "name": "Swap window up", "hotkey": "Alt+Control+Up", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Up", "swap": true } } ] }, { "name": "Swap window right", "hotkey": "Alt+Control+Right", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Right", "swap": true } } ] }, { "name": "Swap window down", "hotkey": "Alt+Control+Down", "ingredients": [ { "command": "window:move", "parameters": { "direction": "Down", "swap": true } } ] } ], "monitor": { "idSelection": "SerialNumber", "virtualDesktop": false }, "errorReporting": { "anonymityLevel": "MachineIdentifier", "enabled": true }, "presets": [ { "type": "split", "splits": { "orientation": "Vertical", "distance": 0.5, "child1": null, "child2": null }, "name": "Two-way vertical" }, { "type": "split", "splits": { "orientation": "Horizontal", "distance": 0.5, "child1": null, "child2": null }, "name": "Two-way horizontal" }, { "type": "split", "splits": { "orientation": "Vertical", "distance": 0.30599527435264656, "child1": { "orientation": "Horizontal", "distance": 0.33402718965505662, "child1": null, "child2": { "orientation": "Horizontal", "distance": 0.5, "child1": null, "child2": null } }, "child2": { "orientation": "Horizontal", "distance": 0.33402718965505662, "child1": null, "child2": { "orientation": "Horizontal", "distance": 0.5, "child1": null, "child2": null } } }, "name": "2x3" } ] }