wallswitch 0.57.3

randomly selects wallpapers for multiple monitors
Documentation
1
2
3
4
5
6
7
8
mod config;
mod dimension;
mod fileinfo;
mod monitors;
mod orientation;
mod state;

pub use self::{config::*, dimension::*, fileinfo::*, monitors::*, orientation::*, state::*};