Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-16 Thread Ivan Tham
Thanks. I will. On 3/16/15, Anselm R Garbe wrote: > On 16 March 2015 at 05:58, Ivan Tham wrote: >> I want to learn C, so now I am waiting for c.learncodethehardway.org >> to release as other book may seem a bit too long for me. > > You should rather learn C from its inventors: > > http://en.wiki

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-16 Thread Anselm R Garbe
On 16 March 2015 at 05:58, Ivan Tham wrote: > I want to learn C, so now I am waiting for c.learncodethehardway.org > to release as other book may seem a bit too long for me. You should rather learn C from its inventors: http://en.wikipedia.org/wiki/The_C_Programming_Language BR, Anselm

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
How useful is that apt-file? I had installed it, but I don't know what are the uses for it. On 3/16/15, Roberto E. Vargas Caballero wrote: >> On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote: >>> Thanks, but how do I know about the -dev, but how do I know >>> libxinerama-dev? >> >> Exper

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Roberto E. Vargas Caballero
> On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote: >> Thanks, but how do I know about the -dev, but how do I know libxinerama-dev? > > Experience and / or guess-work. Compiler complaining about "$HEADER.h"? > Try installing lib$HEADER-dev (Debian) or $HEADER-devel (RHEL). Failing If you

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
I want to learn C, so now I am waiting for c.learncodethehardway.org to release as other book may seem a bit too long for me. On 3/16/15, Eric Pruitt wrote: > On Mon, Mar 16, 2015 at 12:32:44PM +0800, Ivan Tham wrote: >> Thanks, I think I get the concept of what an -dev is. >> >> But what is a he

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Eric Pruitt
On Mon, Mar 16, 2015 at 12:32:44PM +0800, Ivan Tham wrote: > Thanks, I think I get the concept of what an -dev is. > > But what is a header file? Short, very simplified answer: header files generally contain information needed to use an API, in this case X11 and Xinerama. For the long answer, you

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
Thanks, I think I get the concept of what an -dev is. But what is a header file? On 3/16/15, Eric Pruitt wrote: > On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote: >> Thanks, but how do I know about the -dev, but how do I know >> libxinerama-dev? > > Experience and / or guess-work. Comp

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Eric Pruitt
On Sun, Mar 15, 2015 at 11:07:26PM +0800, Ivan Tham wrote: > Thanks, but how do I know about the -dev, but how do I know libxinerama-dev? Experience and / or guess-work. Compiler complaining about "$HEADER.h"? Try installing lib$HEADER-dev (Debian) or $HEADER-devel (RHEL). Failing that, just Googl

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
Thanks, but I can't read french. On 3/15/15, Sébastien Poher wrote: > Le dimanche 15 mars 2015 à 10:55:11, Ivan Tham a écrit : >> I does not like to compile as when I run `make`: >> ``` >> dwm build options: >> CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os >> -I/usr/X11R6/i

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Sébastien Poher
Le dimanche 15 mars 2015 à 10:55:11, Ivan Tham a écrit : > I does not like to compile as when I run `make`: > ``` > dwm build options: > CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os > -I/usr/X11R6/include -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" > -DXINERAMA > LDFLA

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
Thanks, but how do I know about the -dev, but how do I know libxinerama-dev? Thanks, I had successfully compiled it, trying now. On 3/15/15, Markus Teich wrote: > Ivan Tham wrote: >> dwm.c:40:37: fatal error: X11/extensions/Xinerama.h: No such file or >> directory > > Heyho Ivan, > > you need th

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Markus Teich
Ivan Tham wrote: > dwm.c:40:37: fatal error: X11/extensions/Xinerama.h: No such file or directory Heyho Ivan, you need the Xlib header files. On Debian based systems just install xlib-dev and libxinerama-dev (the `-dev` packages contain the header files, if you stumble upon this error anytime in

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
I does not like to compile as when I run `make`: ``` dwm build options: CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA LDFLAGS = -s -L/usr/X11R6/lib -lX11 -lXinerama CC = cc creating confi

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Markus Teich
Ivan Tham wrote: > I haven't tried dwm as it seems a bit hard to configure compared to i3 but i3 > seems to be easier to use (I don't think it it much faster) as it only uses > split as horizontal or vertical. Heyho Ivan, just try the default config first. You can easily setup a Xephyr or Xnest t

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Henrique Lengler
On Sun, Mar 15, 2015 at 10:35:50PM +0800, Ivan Tham wrote: > I haven't tried dwm as it seems a bit hard to configure compared to i3 > but i3 seems to be easier to use (I don't think it it much faster) as > it only uses split as horizontal or vertical. dwm is not difficult, it is just different. St

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
I haven't tried dwm as it seems a bit hard to configure compared to i3 but i3 seems to be easier to use (I don't think it it much faster) as it only uses split as horizontal or vertical. On 3/15/15, Anselm R Garbe wrote: > On 15 March 2015 at 15:05, Ivan Tham wrote: >> Hi, I hope someone can add

Re: [dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Anselm R Garbe
On 15 March 2015 at 15:05, Ivan Tham wrote: > Hi, I hope someone can add some comparison between dwm and other > window manager such as i3 to dwm.suckless.org. Thanks. Why? Feel free to contribute this comparison. BR, Anselm

[dev] [dwm] Add i3 to differences in http://dwm.suckless.org/

2015-03-15 Thread Ivan Tham
Hi, I hope someone can add some comparison between dwm and other window manager such as i3 to dwm.suckless.org. Thanks.