X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fhacking-howto;h=12d6b14ee1b2da3406d4b78e7960c66288207749;hb=94b1e76af45431f8cb5878679591cd504f629e60;hp=f4e3f0318f40f91a1e0def7530cac04a6166b64f;hpb=10d7c1a993433ba7149704933f6d8b62cd4401f7;p=i3%2Fi3 diff --git a/docs/hacking-howto b/docs/hacking-howto index f4e3f031..12d6b14e 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -956,10 +956,10 @@ 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 @@ -1012,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