penrose 0.4.0

A tiling window manager library inspired by dwm and xmonad
Documentation
1
2
3
4
5
6
//! Extensions to the base behaviour of Penrose

pub mod actions;
pub mod hooks;
pub mod layout;
pub mod util;