wayout

A simple output management tool for wlroots based compositors implementing zwlr_output_power_management_v1

# Usage: List output states: ```bash wayout ``` Turn on a display: ```bash wayout --on ``` Turn off a display: ```bash wayout --off ``` Toggle the state of a display: ```bash wayout --toggle ``` # Installation ## AUR: `wayout-git` has been packaged. ## Compile time dependencies: - rustup - make ## Compiling: - `git clone https://github.com/waycrate/wayout && cd wayout` - `make setup` - `make` - `sudo make install` # Support: 1. https://matrix.to/#/#waycrate-tools:matrix.org 2. https://discord.gg/KKZRDYrRYW