A simple tui wrapper of xrandr with vim movements.
It is especially suited for tiling window manager users (i3, bspwm, etc.) who want fast, scriptable display management without relying on a mouse.
- Pure TUI interface (Textual)
- Vim-style navigation (
h j k l) - Lists only connected outputs
- Per-output configuration:
- Enable / disable
- Resolution (mode) selection
- Relative positioning (
right-of,left-of,above,below)
- Python ≥ 3.9
- X11 with
xrandr - Python dependency:
textual
To install dependency:
pip install textualMake the script executable:
chmod +x tuirandrMove it into your PATH:
sudo mv tuirandr /usr/local/bin/Run:
tuirandr