uh-wm 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uh/wm/version.rb +1 -1
- metadata +1 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afe14a18b77ca68f10d03fabbbc634a2ec9e3e4c
|
4
|
+
data.tar.gz: 76fa551b050eeb4a1c1f8210139a680450788a4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deb8569d3d342d0bf77a46e17b32af1f28be149c3fe023e87e7ba866262d88a47b3f05761077cbf0e7d693e57ad0fb526c4e60fa4c76af3d081c23648b56ce9d
|
7
|
+
data.tar.gz: f13232ba3b1292aac1b4589390068443732f9dcb0c61174323f10400a03347831075d2d36f3b1c9b90ba36f1144ac3f92d67b813f40ef1f1ccc94587e9510188
|
data/lib/uh/wm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uh-wm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thibault Jouan
|
@@ -126,26 +126,6 @@ description: |2
|
|
126
126
|
uhwm is a minimalistic tiling and stacking window manager for X. It
|
127
127
|
shares some similarities with dwm and wmii, but is written in ruby so
|
128
128
|
you can configure and extend features directly with ruby code.
|
129
|
-
|
130
|
-
The layout strategy is interchangeable, the default one being the
|
131
|
-
`uh-layout` ruby gem. A layout is a simple ruby object responding to
|
132
|
-
specific messages, so it's easy to write your own layout.
|
133
|
-
|
134
|
-
Main features:
|
135
|
-
|
136
|
-
* Xinerama support;
|
137
|
-
* different adapters for event handling: blocking, multiplexing
|
138
|
-
with `select()` or `kqueue()`;
|
139
|
-
* configuration with a run control file;
|
140
|
-
* key bindings with user defined code as callback;
|
141
|
-
* configurable modifier key;
|
142
|
-
* user-defined layout strategies;
|
143
|
-
* external program execution;
|
144
|
-
* no re-parenting (therefore, no window decoration either);
|
145
|
-
* no grabbing of the modifier key alone;
|
146
|
-
* no mouse event handling;
|
147
|
-
* no EWMH support;
|
148
|
-
* very limited ICCCM support.
|
149
129
|
email: tj@a13.fr
|
150
130
|
executables:
|
151
131
|
- uhwm
|