Index: newtab.c ================================================================== --- newtab.c +++ newtab.c @@ -13,11 +13,12 @@ * mechanism, in which JSON (i know!!) written to a * unix domain socket (I KNOW) can send signals to * a running qutebrowser process. newtab checks if * there's a running qutebrowser process and sends * the appropriate IPC signal if so. otherwise, it - * execs a new qutebrowser instance. + * forks off a new qutebrowser instance and returns + * an exit status of 1. * * it takes a single argument, the URI of a page to * navigate to. if launched without an argument, * newtab simply opens a blank new tab. simple * enough, right? but why write it in C? to talk to