A simple output management tool for wlroots based compositors implementing zwlr_output_power_management_v1
List output states:
wayout
Turn on a display:
wayout --on <your output name>
Turn off a display:
wayout --off <your output name>
Toggle the state of a display:
wayout --toggle <your output name>
wayout-git
has been packaged.
- rustup
- make
git clone https://github.com/waycrate/wayout && cd wayout
make setup
make
sudo make install