projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d1faa2
)
Give --incognito option also to new spawned instances #562.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 8 Jun 2019 21:45:21 +0000
(23:45 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 8 Jun 2019 21:45:48 +0000
(23:45 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
15ca9f9
..
28f17e6
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1046,6
+1046,9
@@
static void spawn_new_instance(const char *uri)
cmd[i++] = xid;
}
#endif
+ if (vb.incognito) {
+ cmd[i++] = "-i";
+ }
if (vb.profile) {
cmd[i++] = "-p";
cmd[i++] = vb.profile;