leftwm-core 0.4.1

A window manager for Adventurers
Documentation
1
2
3
4
5
6
7
//! Various shared functions that `LeftWM` uses.
pub mod child_process;
pub mod command_pipe;
pub mod helpers;
pub mod modmask_lookup;
pub mod state_socket;
pub mod window_updater;