pub fn window(id: u32) -> Window
Get the window by id
id
use libwmctl::prelude::*; let win = libwmctl::window(1234);