i3 - improved tiling WM


Add a list of dev packages for easy dev env setup

Patch status: rejected

Patch by Vytautas Ĺ altenis

To apply this patch, use:
curl http://cr.i3wm.org/patch/641/raw.patch | git am

b/README

15
@@ -32,6 +32,11 @@ Requirements
16
 - libxkbcommon >= 0.4.0
17
 - libxkbcommon-x11 >= 0.4.0
18
 
19
+For convenience there's a dev-packages.txt file with all these packages, so
20
+you can easily install them all with one-liner like this:
21
+
22
+    $ cat dev-packages.txt | xargs sudo apt-get install -y
23
+
24
 Running i3lock
25
 -------------
26
 Simply invoke the 'i3lock' command. To get out of it, enter your password and

b/dev-packages.txt

32
@@ -0,0 +1,10 @@
33
+libxcb-xkb-dev
34
+libxcb-dpms0-dev
35
+libpam0g-dev
36
+libev-dev
37
+libxkbcommon-dev
38
+libxkbcommon-x11-dev
39
+libcairo2-dev
40
+libxcb-image0-dev
41
+libxcb-util0-dev
42
+libxcb-xinerama0-dev