Update README

This commit is contained in:
Thibault Jouan 2015-04-24 20:14:50 +00:00
parent 3a338e2bb7
commit 4af83c181a

View File

@ -1,36 +1,36 @@
uh-wm uh-wm
===== =====
[![Version ][badge-version-img]][badge-version-uri]
[![Build status ][badge-build-img]][badge-build-uri]
[![Code Climate ][badge-cclimate-img]][badge-cclimate-uri]
uh-wm is a minimalistic tiling and stacking window manager for X. It uh-wm is a minimalistic tiling and stacking window manager for X. It
shares some similarities with dwm and wmii, but is written in ruby so shares some similarities with dwm and wmii, but is written in ruby so
you can configure and extend features with ruby code. you can configure and extend features with ruby code.
The layout strategy is interchangeable, the default one being the The layout strategy is interchangeable, the default one being the
`uh-layout` ruby gem. A layout is a simple object obeying a defined `uh-layout` ruby gem. A layout is a simple ruby object responding to
protocol. specific methods.
Features: Main features:
* Xinerama support; * Xinerama support;
* Multiple event handling strategy: blocking or multiplexing * Multiple event handling strategy: blocking or multiplexing
(`select()`); (`select()`);
* Configuration with a run control file; * Configuration with a run control file (ruby DSL);
* Key bindings with user defined code as callback; * Key bindings with user defined code as callback;
* Configurable modifier key; * Configurable modifier key;
* Support user-defined layout strategy; * Support user-defined layout strategies;
* Program execution via key binding. * Program execution;
* No re-parenting (so no window decoration either); * No re-parenting (therefore, no window decoration either);
* No grabbing of the modifier key; * No grabbing of the modifier key alone;
* No mouse handling; * No mouse handling;
* Very limited ICCCM support. * Very limited ICCCM support.
[![Version ][badge-version-img]][badge-version-uri]
[![Build status ][badge-build-img]][badge-build-uri]
[![Code Climate ][badge-cclimate-img]][badge-cclimate-uri]
Getting started Getting started
--------------- ---------------