Windows Tiling Window Manager [updated] Jun 2026

app "Code.exe" = "workspace 1, master" app "Firefox.exe" = "workspace 2, stack" app "calc.exe" = "floating"

Unlike traditional operating systems where windows float and overlap, a automatically arranges open windows into non-overlapping tiles. Each window occupies a portion of the screen, much like a mosaic. This approach maximizes screen utilization and reduces manual window management. windows tiling window manager

bug.n is one of the oldest Windows tilers. It is written entirely in AutoHotkey. It functions similarly to the Linux "dwm" (dynamic window manager). It uses "tags" instead of workspaces, which is a more powerful but conceptually different model. app "Code