A simple output management tool for wlroots based compositors implementing zwlr_output_power_management_v1
List output states:
wayoutTurn 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>Toggle the state of all display:
wayout --toggle "*"wayout-git has been packaged.
- rustup
- make
git clone https://github.com/waycrate/wayout && cd wayoutmake setupmakesudo make install
