[][src]Function wmctrl::show_wm_information

pub fn show_wm_information() -> Output

Show information about the window manager and about the environment

This function is the equivalent of wmctrl -m.

Examples

println!("{}", String::from_utf8(wmctrl::show_wm_information().stdout)?);