Note
Only two monitors (one primary and one secondary) are supported at this point.
You need to install xrandr
Run the following command:
git clone https://github.com/pythops/tuix
cd tuix
cargo run
h
or left
: Move left.
j
or Down
: Move below.
k
or Up
: Move above.
l
or right
: Move right.
Enter
: Apply the changes.
Esc
: Dismiss the move.
?
: Show help popup
- Enable/Disable monitors.
- Save/Restore layout autorandr style.
- Handle multiple external monitors.
- Support wayland
GPLv3