wayout

Crates.iowayout
lib.rswayout
version1.1.3
sourcesrc
created_at2022-02-26 18:40:25.589274
updated_at2022-08-04 15:34:20.25311
descriptionA Simple tool to set output modes for wlroots compositors implementing zwlr_output_power_management_v1.
homepagehttps://waycrate.shinyzenith.xyz
repositoryhttps://git.sr.ht/~shinyzenith/wayout
max_upload_size
id540075
size20,933
Aakash Sen Sharma (Shinyzenith)

documentation

https://docs.rs/crate/wayout/latest

README

wayout

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:

  1. https://matrix.to/#/#waycrate-tools:matrix.org
  2. https://discord.gg/KKZRDYrRYW
Commit count: 0

cargo fmt