pythops / tuix

🖵 TUI for managing screens
15 stars 0 forks source link

🚧⚒️ Work In Progress ⚒️🚧


TUI for managing screens

[!NOTE] Only two monitors (one primary and one secondary) are supported at this point.

💡Prerequisites

You need to install xrandr

🚀 Run

Run the following command:

git clone https://github.com/pythops/tuix
cd tuix
cargo run

🪄 Usage

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

📝 Todo

⚖️ License

GPLv3