Skip to main content

show_wm_information

Function show_wm_information 

Source
pub fn show_wm_information() -> Output
Expand 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)?);