xrandrb 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.textile +6 -2
  2. metadata +3 -3
data/README.textile CHANGED
@@ -1,10 +1,14 @@
1
1
  h2. xrandrb
2
2
 
3
- Ruby wrapper and toolkit for xrandr.
3
+ Ruby wrapper/enhancer for xrandr, the Linux CLI monitor manager.
4
+
5
+ h2. Installing
6
+
7
+ <pre><code>gem install xrandr</code></pre>
4
8
 
5
9
  h2. What is xrandr?
6
10
 
7
- Xrandr is the low level utility that most Linux setups use to handle external displays. Xrandr can do anything the typical monitor management GUI can - setting the main display, toggle mirroring, turning displays on and off, position the displays, and so on.
11
+ Xrandr is the low level utility that most Linux setups use to handle internal and external displays. Xrandr can do anything the typical monitor management GUI can - choosing a main display, toggle mirroring, turning displays on and off, position multiple displays relative to one another, and so on.
8
12
 
9
13
  h2. Why?
10
14
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - August Lilleaas
@@ -63,6 +63,6 @@ rubyforge_project:
63
63
  rubygems_version: 1.3.6
64
64
  signing_key:
65
65
  specification_version: 3
66
- summary: Ruby wrapper/enhancer for xrandrb, the Linux CLI monitor manager.
66
+ summary: Ruby wrapper/enhancer for xrandr, the Linux CLI monitor manager.
67
67
  test_files: []
68
68