Fixing kiosk mode when a new surf instance is run.

This commit is contained in:
Christoph Lohmann 2013-03-11 22:08:14 +01:00
parent badb84387e
commit c6fbbd9dc6

2
surf.c
View file

@ -808,7 +808,7 @@ newwindow(Client *c, const Arg *arg, gboolean noembed) {
}
if(!loadimages)
cmd[i++] = "-i";
if(!kioskmode)
if(kioskmode)
cmd[i++] = "-k";
if(!enableplugins)
cmd[i++] = "-p";