X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fhacking-howto;h=12d6b14ee1b2da3406d4b78e7960c66288207749;hb=94b1e76af45431f8cb5878679591cd504f629e60;hp=aca6e92bf6f496bbc5272169ab279b557232c0e9;hpb=3b4ae812e3543681a331bb72e6ae50038c4ab7bc;p=i3%2Fi3 diff --git a/docs/hacking-howto b/docs/hacking-howto index aca6e92b..12d6b14e 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -951,17 +951,15 @@ For a short introduction into using git, see http://web.archive.org/web/20121024222556/http://www.spheredev.org/wiki/Git_for_the_lazy or, for more documentation, see http://git-scm.com/documentation -You can view the git repository online at http://code.i3wm.org. - Please talk to us before working on new features to see whether they will be accepted. There are a few things which we don’t want to see in i3, e.g. a command which will focus windows in an alt+tab like way. When working on bugfixes, please make sure you mention that you are working on -it in the corresponding bugreport at http://bugs.i3wm.org/. In case there is no -bugreport yet, please create one. +it in the corresponding bugreport at https://github.com/i3/i3/issues In case +there is no bugreport yet, please create one. -After you are done, please submit your work for review at http://cr.i3wm.org/ +After you are done, please submit your work for review at https://github.com/i3/i3 Do not send emails to the mailing list or any author directly, and don’t submit them in the bugtracker, since all reviews should be done in public at @@ -1014,7 +1012,7 @@ gets started in any way) and the window(s) which appear. Imagine for example using dmenu: The user starts dmenu by pressing Mod+d, dmenu gets started with PID 3390. The user then decides to launch Firefox, which -takes a long time. So he enters firefox into dmenu and presses enter. Firefox +takes a long time. So they enter firefox into dmenu and press enter. Firefox gets started with PID 4001. When it finally finishes loading, it creates an X11 window and uses MapWindow to make it visible. This is the first time i3 actually gets in touch with Firefox. It decides to map the window, but it has