This project is archived from May 2023.
The dynamic / automatic tiling window manager for windows 10/11 along the lines of ianyh/Amethyst.
A very quick screencast of basic functions is available.
- integrated with windows 10/11 virtual desktops
- fully customizable shortcuts
- supports multi-monitor set-ups
- automatic updates
- open source
- available for x86, x86-64 architectures
Amethyst Windows uses two modifiers.
Shortcut | Description |
---|---|
alt + shift |
mod1 |
alt + shift + win |
mod2 |
The keyboard shortcuts configured are:
Shortcut | Description |
---|---|
mod1 + space |
Rotate layouts clockwise |
mod2 + space |
Rotate layouts counterclockwise |
mod1 + enter |
Swap focused window to main window |
mod1 + H |
Swap focused window counterclockwise |
mod1 + L |
Swap focused window clockwise |
mod1 + J |
Move focus to previous window |
mod1 + K |
Move focus to next window |
mod1 + P |
Move focus to previous monitor |
mod1 + N |
Move focus to next monitor |
mod2 + L |
Expand main pane |
mod2 + H |
Shrink main pane |
mod2 + K |
Move window to next monitor |
mod2 + J |
Move window to previous monitor |
mod1 + Z |
Force windows to be revalutated |
mod2 + left |
Throw focused window to virtualdesktop left |
mod2 + right |
Throw focused window to virtualdesktop right |
mod2 + 1 |
Throw focused window to virtualdesktop 1 |
mod2 + 2 |
Throw focused window to virtualdesktop 2 |
mod2 + 3 |
Throw focused window to virtualdesktop 3 |
mod2 + 4 |
Throw focused window to virtualdesktop 4 |
mod2 + 5 |
Throw focused window to virtualdesktop 5 |
This layout has one column per window, with each window extending the full height of the screen.
The rotated version of Horizontal, where each window takes up an entire row, extending the full width of the screen.
This layout places the windows in grid occuping space in horizontal when necessary.
This layout places the windows in grid occuping space in vertical when necessary.
In this layout, the currently focused window takes up the entire screen, and the other windows are not visible at all.
The rotated version of tall.
The default layout. This gives you one "main pane" on the left, and one other pane on the right. The main window is placed in the main pane (extending the full height of the screen), and all remaining windows are placed in the other pane. The main pane can be shrinked/expanded.
Please contact me trough twitter or gitter
This software is released with the MIT license.
Feel free to fork master and open a PR.
I will add issues where I think you could start from and label them as help wanted.
A big credit goes to ianyh/Amethyst. This is simply its port on the windows 10 operating system.