gnome-randr 0.1.0

A reimplementation of xrandr for Gnome on Wayland
Documentation
1
2
3
4
5
6
7
mod cli;

fn main() {
    if let Err(error) = cli::run() {
        eprintln!("{}", error);
    }
}