Screen Layout Tool

Screen Layout Tool is a open source software to help you organize and arrange windows on your computer screen, especially when using multiple monitors or working with multiple applications.

Screen Layout Tool committed to making multi-screen window management more efficient, precise and smooth.

Download Now

It's easy to use

🔀 Fast Select Layout Solution

Fast switching between multiple layout solutions using

Win+Shift+MouseWhee

🪟 Fast Switch Window Position

Fast switching of current window to specific positions using

Win + MouseWhee

You can import layouts you like

1️⃣ Download your favorite layout file from official website or official community.
2️⃣ Click Open Layout Folder in the right-click menu of the tray icon to put the layout file in it.
3️⃣ Click Reload, the layout solution will appear in Layout menu.

You can easily design your layout

{
  "author": "Tyx",
  "name": "Default",
  "version": "1.0",
  "description": "Default layout solution",
  "positions": [
    {
      "left": 0,
      "width": 20,
      "top": 0,
      "height": 100,
      "monitor": 0
    },
    {
      "right": 0,
      "width": 20,
      "top": 0,
      "height": 100,
      "monitor": 1
    },
    {
      "top": 20,
      "bottom": 20,
      "left": 20,
      "right": 20,
      "monitor": 2
    }
  ]
}