penrose 0.4.0

A tiling window manager library inspired by dwm and xmonad
Documentation
1
2
3
4
5
6
7
8
9
10
//! Built-in functionality for penrose.
//!
//! The code in this module is built using the APIs available to users
//! and provided as a minimal "out of the box" experience for using the
//! window manager.
//!
//! More advanced functionality is available via the `extensions` module.
pub mod actions;
pub mod hooks;
pub mod layout;