4 stable releases
Uses new Rust 2024
1.2.4 | Mar 25, 2025 |
---|---|
1.1.3 | Aug 4, 2022 |
1.1.2 | Jul 14, 2022 |
1.0.0 | Feb 26, 2022 |
#110 in GUI
109 downloads per month
15KB
318 lines
A simple output management tool for wlroots based compositors implementing zwlr_output_power_management_v1
Usage:
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>
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:
Dependencies
~5–14MB
~200K SLoC