pub fn show_wm_information() -> OutputExpand description
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)?);